Merge remote-tracking branch 'upstream/develop' into restrict-domain
[akkoma] / test / pleroma / web / plugs / ensure_authenticated_plug_test.exs
index 35095e01872c58c477ff1bf46f7f0ea43c343271..92ff192824931f810bcbe524fab7f28ff717051a 100644 (file)
@@ -5,8 +5,8 @@
 defmodule Pleroma.Web.Plugs.EnsureAuthenticatedPlugTest do
   use Pleroma.Web.ConnCase, async: true
 
-  alias Pleroma.Web.Plugs.EnsureAuthenticatedPlug
   alias Pleroma.User
+  alias Pleroma.Web.Plugs.EnsureAuthenticatedPlug
 
   describe "without :if_func / :unless_func options" do
     test "it halts if user is NOT assigned", %{conn: conn} do