diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/pleroma/web/plugs/authentication_plug_test.exs | 2 | ||||
| -rw-r--r-- | test/pleroma/web/plugs/legacy_authentication_plug_test.exs | 2 | ||||
| -rw-r--r-- | test/pleroma/web/plugs/o_auth_scopes_plug_test.exs | 2 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/test/pleroma/web/plugs/authentication_plug_test.exs b/test/pleroma/web/plugs/authentication_plug_test.exs index 0bc589fbe..5b6186e4e 100644 --- a/test/pleroma/web/plugs/authentication_plug_test.exs +++ b/test/pleroma/web/plugs/authentication_plug_test.exs @@ -6,7 +6,7 @@ defmodule Pleroma.Web.Plugs.AuthenticationPlugTest do    use Pleroma.Web.ConnCase, async: true    alias Pleroma.Plugs.AuthenticationPlug -  alias Pleroma.Plugs.OAuthScopesPlug +  alias Pleroma.Web.Plugs.OAuthScopesPlug    alias Pleroma.Web.Plugs.PlugHelper    alias Pleroma.User diff --git a/test/pleroma/web/plugs/legacy_authentication_plug_test.exs b/test/pleroma/web/plugs/legacy_authentication_plug_test.exs index 6a44c673e..a0e1a7909 100644 --- a/test/pleroma/web/plugs/legacy_authentication_plug_test.exs +++ b/test/pleroma/web/plugs/legacy_authentication_plug_test.exs @@ -8,7 +8,7 @@ defmodule Pleroma.Web.Plugs.LegacyAuthenticationPlugTest do    import Pleroma.Factory    alias Pleroma.Plugs.LegacyAuthenticationPlug -  alias Pleroma.Plugs.OAuthScopesPlug +  alias Pleroma.Web.Plugs.OAuthScopesPlug    alias Pleroma.Web.Plugs.PlugHelper    alias Pleroma.User diff --git a/test/pleroma/web/plugs/o_auth_scopes_plug_test.exs b/test/pleroma/web/plugs/o_auth_scopes_plug_test.exs index 6a7676c8a..c8944f971 100644 --- a/test/pleroma/web/plugs/o_auth_scopes_plug_test.exs +++ b/test/pleroma/web/plugs/o_auth_scopes_plug_test.exs @@ -5,7 +5,7 @@  defmodule Pleroma.Web.Plugs.OAuthScopesPlugTest do    use Pleroma.Web.ConnCase -  alias Pleroma.Plugs.OAuthScopesPlug +  alias Pleroma.Web.Plugs.OAuthScopesPlug    alias Pleroma.Repo    import Mock | 
