From: Maxim Filippov Date: Fri, 11 Oct 2019 16:31:00 +0000 (+0300) Subject: This line either causes a warning, or a failed test X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=751513b6df0c76ad14026c70e1bf2635053bfea4;p=akkoma This line either causes a warning, or a failed test --- 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