summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-06-24 10:01:40 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-10-13 16:43:54 +0300
commite2332d92ceae60cf333b9ad930f80410daf6615e (patch)
tree8268c3ca04177b57e6519cd37738962306e2e474 /test
parent96d320bdfecdb147cfbd7e74156f546885821915 (diff)
LegacyAuthenticationPlug module name
Diffstat (limited to 'test')
-rw-r--r--test/pleroma/web/plugs/legacy_authentication_plug_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/plugs/legacy_authentication_plug_test.exs b/test/pleroma/web/plugs/legacy_authentication_plug_test.exs
index a0e1a7909..0a2f6f22f 100644
--- a/test/pleroma/web/plugs/legacy_authentication_plug_test.exs
+++ b/test/pleroma/web/plugs/legacy_authentication_plug_test.exs
@@ -7,7 +7,7 @@ defmodule Pleroma.Web.Plugs.LegacyAuthenticationPlugTest do
import Pleroma.Factory
- alias Pleroma.Plugs.LegacyAuthenticationPlug
+ alias Pleroma.Web.Plugs.LegacyAuthenticationPlug
alias Pleroma.Web.Plugs.OAuthScopesPlug
alias Pleroma.Web.Plugs.PlugHelper
alias Pleroma.User