aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/web/masto_fe_controller_test.exs3
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])