diff options
| author | lain <lain@soykaf.club> | 2018-09-05 22:42:50 +0200 | 
|---|---|---|
| committer | lain <lain@soykaf.club> | 2018-09-05 22:42:50 +0200 | 
| commit | d22af29bb48e94ca21621c30d46cea42559277b7 (patch) | |
| tree | 6cac247605b47a65331899a421f1388e79fdc5e7 /test | |
| parent | 70163aec9b9efc455e499c72a181bc31d75b37f0 (diff) | |
| download | pleroma-d22af29bb48e94ca21621c30d46cea42559277b7.tar.gz pleroma-d22af29bb48e94ca21621c30d46cea42559277b7.zip | |
Fix warning.
Diffstat (limited to 'test')
| -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 | 
