mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-13 20:41:19 +00:00
UserEnabledPlug: fix test after backporting
We didn't get rid of user info on stable yet
This commit is contained in:
parent
957fb059df
commit
5386d1f49f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ defmodule Pleroma.Plugs.UserEnabledPlugTest do
|
|||
old = Pleroma.Config.get([:instance, :account_activation_required])
|
||||
Pleroma.Config.put([:instance, :account_activation_required], true)
|
||||
|
||||
user = insert(:user, confirmation_pending: true)
|
||||
user = insert(:user, info: %{confirmation_pending: true})
|
||||
|
||||
conn =
|
||||
conn
|
||||
|
|
Loading…
Reference in a new issue