Specifically disable captcha for automatic tests, it makes them fail

stable
Ekaterina Vaartis 6 years ago
parent b386e560ba
commit d112990776

@ -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…
Cancel
Save