From: lain <lain@soykaf.club>
Date: Wed, 5 Sep 2018 20:42:50 +0000 (+0200)
Subject: Fix warning.
X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=d22af29bb48e94ca21621c30d46cea42559277b7;p=akkoma

Fix warning.
---

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