aboutsummaryrefslogtreecommitdiff
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, 3 insertions, 0 deletions
diff --git a/test/support/captcha_mock.ex b/test/support/captcha_mock.ex
index 9d79f2e95..560d6c457 100644
--- a/test/support/captcha_mock.ex
+++ b/test/support/captcha_mock.ex
@@ -7,4 +7,7 @@ defmodule Pleroma.Captcha.Mock do
@impl Service
def validate(_token, _captcha), do: true
+
+ @impl Service
+ def cleanup(_token), do: true
end