Fix captcha tests

This commit is contained in:
Ekaterina Vaartis 2018-12-16 23:01:44 +03:00
commit 73576ab64e
2 changed files with 5 additions and 2 deletions

View file

@ -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