From: Egor Kislitsyn Date: Wed, 2 Oct 2019 14:12:01 +0000 (+0700) Subject: Fix credo warning X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=9b68aab8b3cf576f91566cd659e4e5719dccb15a;p=akkoma Fix credo warning --- 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])