diff options
Diffstat (limited to 'config/test.exs')
-rw-r--r-- | config/test.exs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/test.exs b/config/test.exs index 8f4a2dc17..51aace407 100644 --- a/config/test.exs +++ b/config/test.exs @@ -7,6 +7,12 @@ config :pleroma, Pleroma.Web.Endpoint, url: [port: 4001], server: true +# Disable captha for tests +config :pleroma, Pleroma.Captcha, + enabled: true, + # A fake captcha service for tests + method: Pleroma.Captcha.Mock + # Print only warnings and errors during test config :logger, level: :warn |