From: rinpatch Date: Fri, 1 May 2020 19:50:40 +0000 (+0300) Subject: Fix sporadic test compilation failure caused by unused alias X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=e7b1df7252aed1f4d41a6f4a9bd13050b86e7009;p=akkoma Fix sporadic test compilation failure caused by unused alias --- diff --git a/test/web/mastodon_api/controllers/suggestion_controller_test.exs b/test/web/mastodon_api/controllers/suggestion_controller_test.exs index 8d0e70db8..f120bd0cd 100644 --- a/test/web/mastodon_api/controllers/suggestion_controller_test.exs +++ b/test/web/mastodon_api/controllers/suggestion_controller_test.exs @@ -5,8 +5,6 @@ defmodule Pleroma.Web.MastodonAPI.SuggestionControllerTest do use Pleroma.Web.ConnCase - alias Pleroma.Config - setup do: oauth_access(["read"]) test "returns empty result", %{conn: conn} do