forked from AkkomaGang/akkoma
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 @@ test "search", %{conn: conn} 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