forked from AkkomaGang/akkoma
Specifically disable captcha for automatic tests, it makes them fail
This commit is contained in:
parent
b386e560ba
commit
d112990776
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@
|
||||||
|
|
||||||
# Disable captha for tests
|
# Disable captha for tests
|
||||||
config :pleroma, Pleroma.Captcha,
|
config :pleroma, Pleroma.Captcha,
|
||||||
enabled: true,
|
# It should not be enabled for automatic tests
|
||||||
|
enabled: false,
|
||||||
# A fake captcha service for tests
|
# A fake captcha service for tests
|
||||||
method: Pleroma.Captcha.Mock
|
method: Pleroma.Captcha.Mock
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue