X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Ftest.exs;h=67ed4737f12c7aa03dccb5a17574a330f47fa5fe;hb=d9d62a110c192627d71a043418f536d29942c8f0;hp=51aace4077debd3dfa1d567dc8968825388ad473;hpb=52ac7dce5c460d27d946d26070eb123e89af2914;p=akkoma diff --git a/config/test.exs b/config/test.exs index 51aace407..67ed4737f 100644 --- a/config/test.exs +++ b/config/test.exs @@ -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