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
1 changed files with 2 additions and 1 deletions

View File

@ -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