Merge branch 'develop' into refactor/discoverable_user_field
[akkoma] / lib / pleroma / tests / auth_test_controller.ex
index 320df7e5ad43efcf119124a5dbd1b75db85bc489..b30d83567edb30b53ae9b3047978a8b09f7224c4 100644 (file)
@@ -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