aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-06-24 08:59:35 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-10-13 16:42:50 +0300
commit1d16cd0c3dcebe3d0b1f372f81181de7d0ee9b63 (patch)
tree586823615fdc49bf03e1aea6e55ae7ae0e39426e /test
parent2125286e90d75ad3bbe62bd897412e6a5599ff46 (diff)
downloadpleroma-1d16cd0c3dcebe3d0b1f372f81181de7d0ee9b63.tar.gz
UserIsAdminPlug module name
Diffstat (limited to 'test')
-rw-r--r--test/pleroma/web/plugs/user_is_admin_plug_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/plugs/user_is_admin_plug_test.exs b/test/pleroma/web/plugs/user_is_admin_plug_test.exs
index 4a05675bd..b550568c1 100644
--- a/test/pleroma/web/plugs/user_is_admin_plug_test.exs
+++ b/test/pleroma/web/plugs/user_is_admin_plug_test.exs
@@ -5,7 +5,7 @@
defmodule Pleroma.Web.Plugs.UserIsAdminPlugTest do
use Pleroma.Web.ConnCase, async: true
- alias Pleroma.Plugs.UserIsAdminPlug
+ alias Pleroma.Web.Plugs.UserIsAdminPlug
import Pleroma.Factory
test "accepts a user that is an admin" do