diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-10-02 21:12:01 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-10-02 21:12:01 +0700 |
commit | 9b68aab8b3cf576f91566cd659e4e5719dccb15a (patch) | |
tree | dd5813a132b48071819ed9b987d9f0281cab0160 | |
parent | d3c404af124c7083b1f23466b9e82df5d2a407d0 (diff) | |
download | pleroma-9b68aab8b3cf576f91566cd659e4e5719dccb15a.tar.gz |
Fix credo warning
-rw-r--r-- | test/web/masto_fe_controller_test.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/web/masto_fe_controller_test.exs b/test/web/masto_fe_controller_test.exs index 04f144049..ab9dab352 100644 --- a/test/web/masto_fe_controller_test.exs +++ b/test/web/masto_fe_controller_test.exs @@ -5,8 +5,9 @@ defmodule Pleroma.Web.MastodonAPI.MastoFEController do use Pleroma.Web.ConnCase - alias Pleroma.User alias Pleroma.Config + alias Pleroma.User + import Pleroma.Factory clear_config([:instance, :public]) |