aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/test.exs5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/test.exs b/config/test.exs
index 5c6acfead..f5348bd46 100644
--- a/config/test.exs
+++ b/config/test.exs
@@ -6,6 +6,11 @@ config :pleroma, Pleroma.Web.Endpoint,
http: [port: 4001],
server: false
+# Disable captha for tests
+config :pleroma, Pleroma.Captcha,
+ enabled: true,
+ method: Pleroma.Captcha.Mock # A fake captcha service for tests
+
# Print only warnings and errors during test
config :logger, level: :warn