diff options
author | rinpatch <rinpatch@sdf.org> | 2020-05-01 22:01:35 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-05-01 22:01:35 +0000 |
commit | ae921a0c24b9b1dcdea408decc691d66a538b6b8 (patch) | |
tree | 3ac4e865bc73bc1015246477427c56f9ddb30f23 | |
parent | b1e2ad3f27181f820cab8b94f338e464448b8ef2 (diff) | |
parent | e7b1df7252aed1f4d41a6f4a9bd13050b86e7009 (diff) | |
download | pleroma-ae921a0c24b9b1dcdea408decc691d66a538b6b8.tar.gz |
Merge branch 'fix/sporadic-test-failure-alias' into 'develop'
Fix sporadic test compilation failure caused by unused alias
See merge request pleroma/pleroma!2460
-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 |