Procházet zdrojové kódy

Fix warning.

tags/v0.9.9
lain před 5 roky
rodič
revize
d22af29bb4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      test/plugs/legacy_authentication_plug_test.exs

+ 1
- 1
test/plugs/legacy_authentication_plug_test.exs Zobrazit soubor

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


Načítá se…
Zrušit
Uložit