This line either causes a warning, or a failed test

This commit is contained in:
Maxim Filippov 2019-10-11 19:31:00 +03:00
parent cc6875b582
commit 751513b6df

View file

@ -70,7 +70,6 @@ defmodule Pleroma.Web.MastodonAPI.SearchControllerTest do
get(conn, "/api/v2/search", %{"q" => "天子"})
|> json_response(200)
assert [account] == results["accounts"]
assert account["id"] == to_string(user_three.id)
end
end