aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/tests/auth_test_controller.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pleroma/tests/auth_test_controller.ex')
-rw-r--r--lib/pleroma/tests/auth_test_controller.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/tests/auth_test_controller.ex b/lib/pleroma/tests/auth_test_controller.ex
index 320df7e5a..b30d83567 100644
--- a/lib/pleroma/tests/auth_test_controller.ex
+++ b/lib/pleroma/tests/auth_test_controller.ex
@@ -8,9 +8,9 @@ defmodule Pleroma.Tests.AuthTestController do
use Pleroma.Web, :controller
+ alias Pleroma.User
alias Pleroma.Web.Plugs.EnsurePublicOrAuthenticatedPlug
alias Pleroma.Web.Plugs.OAuthScopesPlug
- alias Pleroma.User
# Serves only with proper OAuth token (:api and :authenticated_api)
# Skipping EnsurePublicOrAuthenticatedPlug has no effect in this case