projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70163ae
)
Fix warning.
author
lain
<lain@soykaf.club>
Wed, 5 Sep 2018 20:42:50 +0000
(22:42 +0200)
committer
lain
<lain@soykaf.club>
Wed, 5 Sep 2018 20:42:50 +0000
(22:42 +0200)
test/plugs/legacy_authentication_plug_test.exs
patch
|
blob
|
history
diff --git
a/test/plugs/legacy_authentication_plug_test.exs
b/test/plugs/legacy_authentication_plug_test.exs
index 117810722aecd8a83d463371039c54b1ae7bc159..383a22ff83dd9a79437d7ae0d422d5afe7f7852b 100644
(file)
--- a/
test/plugs/legacy_authentication_plug_test.exs
+++ b/
test/plugs/legacy_authentication_plug_test.exs
@@
-45,7
+45,7
@@
defmodule Pleroma.Plugs.LegacyAuthenticationPlugTest do
conn =
with_mock User,
reset_password: fn user, %{password: password, password_confirmation: password} ->
- send(self, :reset_password)
+ send(self
()
, :reset_password)
{:ok, user}
end do
conn