diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-05-04 06:08:49 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-05-04 06:08:49 +0300 |
commit | fe7a0d660e357a03558be3a95ddbb8b409ef9a9e (patch) | |
tree | 88078f00a739ce5ed11132a8ef7130b8c8ca9664 /test/web/mastodon_api/controllers/suggestion_controller_test.exs | |
parent | a92c713d9c761563c72d0f660574878aa569249a (diff) | |
parent | 095635453ac58b9e01a32ad226c0b61466c16da0 (diff) | |
download | pleroma-fe7a0d660e357a03558be3a95ddbb8b409ef9a9e.tar.gz pleroma-fe7a0d660e357a03558be3a95ddbb8b409ef9a9e.zip |
Merge branch 'develop' into issue/1276-2
Diffstat (limited to 'test/web/mastodon_api/controllers/suggestion_controller_test.exs')
-rw-r--r-- | test/web/mastodon_api/controllers/suggestion_controller_test.exs | 2 |
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 |