summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/controllers/suggestion_controller_test.exs
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-05-02 07:39:19 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-05-02 07:39:19 +0300
commitcf5ca7e45b7a5df18717c8b6ea0afa045e341f65 (patch)
treec586802831c88e484e770a8f62b402fa573485e3 /test/web/mastodon_api/controllers/suggestion_controller_test.exs
parent92efb888c7b25692af205b1a4dbce0ae689c439b (diff)
parentae921a0c24b9b1dcdea408decc691d66a538b6b8 (diff)
downloadpleroma-cf5ca7e45b7a5df18717c8b6ea0afa045e341f65.tar.gz
pleroma-cf5ca7e45b7a5df18717c8b6ea0afa045e341f65.zip
Merge remote-tracking branch 'remotes/origin/develop' into follow-request-notifications
Diffstat (limited to 'test/web/mastodon_api/controllers/suggestion_controller_test.exs')
-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