diff options
Diffstat (limited to 'test/plugs')
| -rw-r--r-- | test/plugs/legacy_authentication_plug_test.exs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/plugs/legacy_authentication_plug_test.exs b/test/plugs/legacy_authentication_plug_test.exs index 117810722..383a22ff8 100644 --- 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 | 
