Merge remote-tracking branch 'upstream/develop' into restrict-domain
[akkoma] / test / pleroma / web / plugs / o_auth_scopes_plug_test.exs
index 6a7676c8a527571d44facf0f6f62ba5513880844..982a70bf95616441b2bf18430995ca58994718bf 100644 (file)
@@ -5,8 +5,8 @@
 defmodule Pleroma.Web.Plugs.OAuthScopesPlugTest do
   use Pleroma.Web.ConnCase
 
-  alias Pleroma.Plugs.OAuthScopesPlug
   alias Pleroma.Repo
+  alias Pleroma.Web.Plugs.OAuthScopesPlug
 
   import Mock
   import Pleroma.Factory