summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-06-24 11:16:09 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-10-13 16:43:58 +0300
commitc497558d433216c12a3335d138716a10d464a922 (patch)
treec9c089a0e9d2d34c8f019124c3d9678188ffc78f /test
parentc1777e74796d3be4757826ddb3395fc0c13495ff (diff)
AuthenticationPlug module name
Diffstat (limited to 'test')
-rw-r--r--test/pleroma/web/plugs/authentication_plug_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/plugs/authentication_plug_test.exs b/test/pleroma/web/plugs/authentication_plug_test.exs
index 5b6186e4e..2167f2457 100644
--- a/test/pleroma/web/plugs/authentication_plug_test.exs
+++ b/test/pleroma/web/plugs/authentication_plug_test.exs
@@ -5,7 +5,7 @@
defmodule Pleroma.Web.Plugs.AuthenticationPlugTest do
use Pleroma.Web.ConnCase, async: true
- alias Pleroma.Plugs.AuthenticationPlug
+ alias Pleroma.Web.Plugs.AuthenticationPlug
alias Pleroma.Web.Plugs.OAuthScopesPlug
alias Pleroma.Web.Plugs.PlugHelper
alias Pleroma.User