瀏覽代碼

Fix warning.

tags/v0.9.9
lain 5 年之前
父節點
當前提交
d22af29bb4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      test/plugs/legacy_authentication_plug_test.exs

+ 1
- 1
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


Loading…
取消
儲存