summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/controllers/suggestion_controller_test.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-05-04 10:43:20 +0200
committerlain <lain@soykaf.club>2020-05-04 10:43:20 +0200
commitc40afe5ba040964834657ef18f92bf9f1a1770d1 (patch)
tree842774fee81293fc9f65a23beaa0a312acf7ab92 /test/web/mastodon_api/controllers/suggestion_controller_test.exs
parent9249742f13445f47167d4b352751c49caf48aa8f (diff)
parent095635453ac58b9e01a32ad226c0b61466c16da0 (diff)
downloadpleroma-c40afe5ba040964834657ef18f92bf9f1a1770d1.tar.gz
pleroma-c40afe5ba040964834657ef18f92bf9f1a1770d1.zip
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms
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