diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-01-28 10:43:47 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-01-28 10:43:47 +0300 |
commit | 02c3dd2e3d52a636c0fa13e8791da5d3cfe18707 (patch) | |
tree | b393fb557f20f051c296f74f92bb5ca284203da3 /test | |
parent | b12f3064730648de992f934cf5a23cadb5206b9d (diff) | |
download | pleroma-02c3dd2e3d52a636c0fa13e8791da5d3cfe18707.tar.gz |
update ecto
Diffstat (limited to 'test')
-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 |