projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ee20eb
)
Lint
author
Mark Felder
<feld@FreeBSD.org>
Wed, 7 Oct 2020 20:07:03 +0000
(15:07 -0500)
committer
Mark Felder
<feld@FreeBSD.org>
Wed, 7 Oct 2020 20:07:03 +0000
(15:07 -0500)
test/plugs/remote_ip_test.exs
patch
|
blob
|
history
diff --git
a/test/plugs/remote_ip_test.exs
b/test/plugs/remote_ip_test.exs
index b45baf75fb5dbec406997e23df876566904cf2ba..6d01c812de291379aab4c9c6c1f7fb1cf515f2ce 100644
(file)
--- 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