diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-01-27 21:20:33 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-01-27 21:20:33 +0300 |
commit | be926863a8c4aa322dde0969e33c6addba85593a (patch) | |
tree | 3af5a561ea6df97c0e80d04e6f4907e94f34a2f0 /test/web/mastodon_api/controllers | |
parent | bcffa662dc5a234409b4722f9b0f5e609c5314ee (diff) | |
download | pleroma-be926863a8c4aa322dde0969e33c6addba85593a.tar.gz pleroma-be926863a8c4aa322dde0969e33c6addba85593a.zip |
fix test
Diffstat (limited to 'test/web/mastodon_api/controllers')
-rw-r--r-- | test/web/mastodon_api/controllers/suggestion_controller_test.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/web/mastodon_api/controllers/suggestion_controller_test.exs b/test/web/mastodon_api/controllers/suggestion_controller_test.exs index c288c2fff..0319d3475 100644 --- a/test/web/mastodon_api/controllers/suggestion_controller_test.exs +++ b/test/web/mastodon_api/controllers/suggestion_controller_test.exs @@ -7,7 +7,6 @@ defmodule Pleroma.Web.MastodonAPI.SuggestionControllerTest do alias Pleroma.Config - import ExUnit.CaptureLog import Pleroma.Factory import Tesla.Mock |