Parcourir la source

Fix warning.

tags/v0.9.9
lain il y a 5 ans
Parent
révision
d22af29bb4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      test/plugs/legacy_authentication_plug_test.exs

+ 1
- 1
test/plugs/legacy_authentication_plug_test.exs Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer