mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-31 11:59:10 +01:00
This line either causes a warning, or a failed test
This commit is contained in:
parent
cc6875b582
commit
751513b6df
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ defmodule Pleroma.Web.MastodonAPI.SearchControllerTest do
|
||||||
get(conn, "/api/v2/search", %{"q" => "天子"})
|
get(conn, "/api/v2/search", %{"q" => "天子"})
|
||||||
|> json_response(200)
|
|> json_response(200)
|
||||||
|
|
||||||
assert [account] == results["accounts"]
|
|
||||||
assert account["id"] == to_string(user_three.id)
|
assert account["id"] == to_string(user_three.id)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue