forked from AkkomaGang/akkoma
test: user enabled plug tests: fix circular reference
This commit is contained in:
parent
b564c23d92
commit
33a5294fad
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
|||
defmodule Pleroma.Plugs.UserEnabledPlugTest do
|
||||
use Pleroma.Web.ConnCase, async: true
|
||||
|
||||
alias Pleroma.Plugs.UserEnabledPlug
|
||||
alias Pleroma.User
|
||||
alias Pleroma.Plugs.UserEnabledPlug
|
||||
|
||||
test "doesn't do anything if the user isn't set", %{conn: conn} do
|
||||
ret_conn =
|
||||
|
|
Loading…
Reference in a new issue