diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-24 08:59:35 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-10-13 16:42:50 +0300 |
commit | 1d16cd0c3dcebe3d0b1f372f81181de7d0ee9b63 (patch) | |
tree | 586823615fdc49bf03e1aea6e55ae7ae0e39426e /test | |
parent | 2125286e90d75ad3bbe62bd897412e6a5599ff46 (diff) | |
download | pleroma-1d16cd0c3dcebe3d0b1f372f81181de7d0ee9b63.tar.gz |
UserIsAdminPlug module name
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/web/plugs/user_is_admin_plug_test.exs | 2 |
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 |