Merge branch '534_federation_targets_reachability' into 'develop'
[akkoma] / config / test.exs
index 51aace4077debd3dfa1d567dc8968825388ad473..67ed4737f12c7aa03dccb5a17574a330f47fa5fe 100644 (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