ExpectPublicOrAuthenticatedCheckPlug module name
[akkoma] / test / pleroma / web / plugs / authentication_plug_test.exs
index 550543ff25d7e574b5f084b2890e73678f9b39e2..5b6186e4ec5967b45a417f41ad4647ac849f471b 100644 (file)
@@ -6,8 +6,8 @@ defmodule Pleroma.Web.Plugs.AuthenticationPlugTest do
   use Pleroma.Web.ConnCase, async: true
 
   alias Pleroma.Plugs.AuthenticationPlug
-  alias Pleroma.Plugs.OAuthScopesPlug
-  alias Pleroma.Plugs.PlugHelper
+  alias Pleroma.Web.Plugs.OAuthScopesPlug
+  alias Pleroma.Web.Plugs.PlugHelper
   alias Pleroma.User
 
   import ExUnit.CaptureLog