Fix captcha tests
This commit is contained in:
parent
3a31fdaf06
commit
73576ab64e
2 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue