logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 6ee20eb3285a99fab880150a9dfeebadc46fde76
parent 8bfc5d9a0cf96739a6a73eae3c1d96277da8ae1b
Author: Maksim <parallel588@gmail.com>
Date:   Wed,  7 Oct 2020 19:32:42 +0000

Apply 1 suggestion(s) to 1 file(s)

Diffstat:

Mtest/plugs/remote_ip_test.exs1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/test/plugs/remote_ip_test.exs b/test/plugs/remote_ip_test.exs @@ -104,7 +104,6 @@ defmodule Pleroma.Plugs.RemoteIpTest do |> RemoteIp.call(nil) assert conn.remote_ip == {1, 1, 1, 1} - end end end