X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fsupport%2Fcaptcha_mock.ex;h=898aa17b884d4eec85622801bcb276f7e3818eb9;hb=ef6829382aa32c03cf8536422537a9c219bd0035;hp=560d6c457425c9d8ec2d4964c18bedddc78dbbc7;hpb=73576ab64ef00aa012dbabae907e03faa436c212;p=akkoma diff --git a/test/support/captcha_mock.ex b/test/support/captcha_mock.ex index 560d6c457..898aa17b8 100644 --- a/test/support/captcha_mock.ex +++ b/test/support/captcha_mock.ex @@ -9,5 +9,5 @@ defmodule Pleroma.Captcha.Mock do def validate(_token, _captcha), do: true @impl Service - def cleanup(_token), do: true + def cleanup(), do: :ok end