diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-01-28 18:23:59 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-01-28 18:23:59 +0400 |
commit | 2ddd1bb0887425effd1c59f358e1dc2c5b98f65c (patch) | |
tree | 5c49d3714f4e3e611aa13a4e80765bb0c6f8b1c6 /test/web/mastodon_api | |
parent | b12f3064730648de992f934cf5a23cadb5206b9d (diff) | |
download | pleroma-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.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 |