summaryrefslogtreecommitdiff
path: root/test/support/captcha_mock.ex
diff options
context:
space:
mode:
Diffstat (limited to 'test/support/captcha_mock.ex')
-rw-r--r--test/support/captcha_mock.ex3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/support/captcha_mock.ex b/test/support/captcha_mock.ex
index 7b0c1d5af..2ed2ba3b4 100644
--- a/test/support/captcha_mock.ex
+++ b/test/support/captcha_mock.ex
@@ -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