diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-24 09:02:27 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-10-13 16:42:51 +0300 |
commit | ebd6dd7c53db0799c2a6fc0d5602eced9541033e (patch) | |
tree | 95c657da59d9905100edf418c4c4e9409a5e5502 /test | |
parent | 61c609884cc9fb24049da24159d2e3d2025026a3 (diff) | |
download | pleroma-ebd6dd7c53db0799c2a6fc0d5602eced9541033e.tar.gz pleroma-ebd6dd7c53db0799c2a6fc0d5602eced9541033e.zip |
UserEnabledPlug module name
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/web/plugs/user_enabled_plug_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/plugs/user_enabled_plug_test.exs b/test/pleroma/web/plugs/user_enabled_plug_test.exs index 0a314562a..71c56f03a 100644 --- a/test/pleroma/web/plugs/user_enabled_plug_test.exs +++ b/test/pleroma/web/plugs/user_enabled_plug_test.exs @@ -5,7 +5,7 @@ defmodule Pleroma.Web.Plugs.UserEnabledPlugTest do use Pleroma.Web.ConnCase, async: true - alias Pleroma.Plugs.UserEnabledPlug + alias Pleroma.Web.Plugs.UserEnabledPlug import Pleroma.Factory setup do: clear_config([:instance, :account_activation_required]) |