Merge branch 'omit-nondiscoverable-from-search' into 'develop'
[akkoma] / test / support / captcha_mock.ex
index 7b0c1d5af72c7e3957e124b40b7011901febf7c9..2ed2ba3b405a751113b0b90682dae18423b442a4 100644 (file)
@@ -16,7 +16,8 @@ defmodule Pleroma.Captcha.Mock do
       type: :mock,
       token: "afa1815e14e29355e6c8f6b143a39fa2",
       answer_data: @solution,
-      url: "https://example.org/captcha.png"
+      url: "https://example.org/captcha.png",
+      seconds_valid: 300
     }
 
   @impl Service