Fix tests
This commit is contained in:
parent
35099e9bbd
commit
304bc24a8c
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ test "don't restart pleroma on reboot time key and subkey if there is false flag
|
|||
clear_config(:shout)
|
||||
clear_config(Pleroma.Captcha)
|
||||
|
||||
nsert(:config, key: :shout, value: [enabled: false])
|
||||
insert(:config, key: :shout, value: [enabled: false])
|
||||
insert(:config, key: Pleroma.Captcha, value: [seconds_valid: 60])
|
||||
|
||||
refute String.contains?(
|
||||
|
|
Loading…
Reference in a new issue