summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-01-28 18:23:59 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-01-28 18:23:59 +0400
commit2ddd1bb0887425effd1c59f358e1dc2c5b98f65c (patch)
tree5c49d3714f4e3e611aa13a4e80765bb0c6f8b1c6 /test/web/mastodon_api
parentb12f3064730648de992f934cf5a23cadb5206b9d (diff)
downloadpleroma-2ddd1bb0887425effd1c59f358e1dc2c5b98f65c.tar.gz
pleroma-2ddd1bb0887425effd1c59f358e1dc2c5b98f65c.zip
Fix compatibility with Elixir v1.10
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