Alias Kocaptcha in the test
[akkoma] / config / test.exs
index f5348bd46436b7bb5b6e56f213659d21d08b276a..5670e11a0411b4de661a251baa06d8b06aea7b0f 100644 (file)
@@ -9,7 +9,8 @@ config :pleroma, Pleroma.Web.Endpoint,
 # Disable captha for tests
 config :pleroma, Pleroma.Captcha,
   enabled: true,
-  method: Pleroma.Captcha.Mock # A fake captcha service for tests
+  # A fake captcha service for tests
+  method: Pleroma.Captcha.Mock
 
 # Print only warnings and errors during test
 config :logger, level: :warn