1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-12-25 04:53:06 +00:00

Specifically disable captcha for automatic tests, it makes them fail

This commit is contained in:
Ekaterina Vaartis 2018-12-22 23:07:44 +03:00
parent b386e560ba
commit d112990776

View file

@ -9,7 +9,8 @@
# 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