diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-24 10:01:40 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-10-13 16:43:54 +0300 |
commit | e2332d92ceae60cf333b9ad930f80410daf6615e (patch) | |
tree | 8268c3ca04177b57e6519cd37738962306e2e474 /test | |
parent | 96d320bdfecdb147cfbd7e74156f546885821915 (diff) | |
download | pleroma-e2332d92ceae60cf333b9ad930f80410daf6615e.tar.gz pleroma-e2332d92ceae60cf333b9ad930f80410daf6615e.zip |
LegacyAuthenticationPlug module name
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/web/plugs/legacy_authentication_plug_test.exs | 2 |
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 |