mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 03:17:51 +00:00
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 @@ config :pleroma, Pleroma.Web.Endpoint,
|
|||
|
||||
# Disable captha for tests
|
||||
config :pleroma, Pleroma.Captcha,
|
||||
enabled: true,
|
||||
# It should not be enabled for automatic tests
|
||||
enabled: false,
|
||||
# A fake captcha service for tests
|
||||
method: Pleroma.Captcha.Mock
|
||||
|
||||
|
|
Loading…
Reference in a new issue