Skip to content
Snippets Groups Projects
Commit d22af29b authored by lain's avatar lain
Browse files

Fix warning.

parent 70163aec
Branches revert/tags-releases
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment