diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-10-11 19:31:00 +0300 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-10-11 19:31:00 +0300 |
commit | 751513b6df0c76ad14026c70e1bf2635053bfea4 (patch) | |
tree | 9a3b937a5bce7ae16da3eb9a82f76ddac85d150a | |
parent | cc6875b582df49d2cb780e0940b85d5b04fe0e74 (diff) | |
download | pleroma-751513b6df0c76ad14026c70e1bf2635053bfea4.tar.gz |
This line either causes a warning, or a failed test
-rw-r--r-- | test/web/mastodon_api/controllers/search_controller_test.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/web/mastodon_api/controllers/search_controller_test.exs b/test/web/mastodon_api/controllers/search_controller_test.exs index 62c3423f1..d0e1f60d3 100644 --- a/test/web/mastodon_api/controllers/search_controller_test.exs +++ b/test/web/mastodon_api/controllers/search_controller_test.exs @@ -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 |