logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: a702f9fb5bff78c99014838eb8f678c30913bd59
parent 6ee20eb3285a99fab880150a9dfeebadc46fde76
Author: Mark Felder <feld@FreeBSD.org>
Date:   Wed,  7 Oct 2020 15:07:03 -0500

Lint

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,6 +104,5 @@ defmodule Pleroma.Plugs.RemoteIpTest do |> RemoteIp.call(nil) assert conn.remote_ip == {1, 1, 1, 1} - end end