summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-01-27 21:20:33 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-01-27 21:20:33 +0300
commitbe926863a8c4aa322dde0969e33c6addba85593a (patch)
tree3af5a561ea6df97c0e80d04e6f4907e94f34a2f0 /test/web/mastodon_api
parentbcffa662dc5a234409b4722f9b0f5e609c5314ee (diff)
downloadpleroma-be926863a8c4aa322dde0969e33c6addba85593a.tar.gz
pleroma-be926863a8c4aa322dde0969e33c6addba85593a.zip
fix test
Diffstat (limited to 'test/web/mastodon_api')
-rw-r--r--test/web/mastodon_api/controllers/suggestion_controller_test.exs1
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