diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-24 11:16:09 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-10-13 16:43:58 +0300 |
commit | c497558d433216c12a3335d138716a10d464a922 (patch) | |
tree | c9c089a0e9d2d34c8f019124c3d9678188ffc78f /test | |
parent | c1777e74796d3be4757826ddb3395fc0c13495ff (diff) | |
download | pleroma-c497558d433216c12a3335d138716a10d464a922.tar.gz |
AuthenticationPlug module name
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/web/plugs/authentication_plug_test.exs | 2 |
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 |