summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-05-01 22:50:40 +0300
committerrinpatch <rinpatch@sdf.org>2020-05-01 22:50:40 +0300
commite7b1df7252aed1f4d41a6f4a9bd13050b86e7009 (patch)
treec594a3f9922e8442856ccdfc90251cd6ace4b5fe
parent4c0af1cb66de078953c36d57b32be6e23744e7c0 (diff)
Fix sporadic test compilation failure caused by unused alias
-rw-r--r--test/web/mastodon_api/controllers/suggestion_controller_test.exs2
1 files changed, 0 insertions, 2 deletions
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