diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-24 09:59:21 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-10-13 16:43:54 +0300 |
commit | 96d320bdfecdb147cfbd7e74156f546885821915 (patch) | |
tree | be9c7290ab5ea6fc657476e076aaf69b38d566f8 /test | |
parent | a6d8cef33e9ac91c373d0ac4c96a42bd941fe6b2 (diff) | |
download | pleroma-96d320bdfecdb147cfbd7e74156f546885821915.tar.gz pleroma-96d320bdfecdb147cfbd7e74156f546885821915.zip |
OAuthPlug module name
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/web/plugs/o_auth_plug_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/plugs/o_auth_plug_test.exs b/test/pleroma/web/plugs/o_auth_plug_test.exs index f4df8f4cb..b9d722f76 100644 --- a/test/pleroma/web/plugs/o_auth_plug_test.exs +++ b/test/pleroma/web/plugs/o_auth_plug_test.exs @@ -5,7 +5,7 @@ defmodule Pleroma.Web.Plugs.OAuthPlugTest do use Pleroma.Web.ConnCase, async: true - alias Pleroma.Plugs.OAuthPlug + alias Pleroma.Web.Plugs.OAuthPlug import Pleroma.Factory @session_opts [ |