diff options
author | link0ff <juri@linkov.net> | 2019-03-14 17:43:30 +0200 |
---|---|---|
committer | link0ff <juri@linkov.net> | 2019-03-14 17:43:30 +0200 |
commit | 54e7087ab412a488f8ad7286aef89d313e5e7b14 (patch) | |
tree | 9391107eb5aec3940bf6150539acc38e85224751 /test/support/captcha_mock.ex | |
parent | 9338f061a303ae3d57a8ea1af524c2ca51929f8d (diff) | |
parent | 59333f2d568dc6e50fb72e5114ec7dd6bcc1ebef (diff) | |
download | pleroma-54e7087ab412a488f8ad7286aef89d313e5e7b14.tar.gz pleroma-54e7087ab412a488f8ad7286aef89d313e5e7b14.zip |
Merge remote-tracking branch 'upstream/develop' into feature/openldap-support
Diffstat (limited to 'test/support/captcha_mock.ex')
-rw-r--r-- | test/support/captcha_mock.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/captcha_mock.ex b/test/support/captcha_mock.ex index 9061f2b45..ef4e68bc5 100644 --- a/test/support/captcha_mock.ex +++ b/test/support/captcha_mock.ex @@ -7,7 +7,7 @@ defmodule Pleroma.Captcha.Mock do @behaviour Service @impl Service - def new(), do: %{type: :mock} + def new, do: %{type: :mock} @impl Service def validate(_token, _captcha, _data), do: :ok |