diff options
author | lain <lain@soykaf.club> | 2020-01-28 12:49:22 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-01-28 12:49:22 +0000 |
commit | 95afcae1946cdc38e01520eec682dc7fa5410287 (patch) | |
tree | 6d42456563be6a946801b233b7e7b41597bd0c29 /test | |
parent | 4f004ab92e6d824140e1f87155c3f91a6eedcb09 (diff) | |
parent | 02c3dd2e3d52a636c0fa13e8791da5d3cfe18707 (diff) | |
download | pleroma-95afcae1946cdc38e01520eec682dc7fa5410287.tar.gz |
Merge branch 'support/update_ecto' into 'develop'
updated ecto and fixed warning
See merge request pleroma/pleroma!2150
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 |