projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0eca5b
)
Apply 1 suggestion(s) to 1 file(s)
author
Maksim
<parallel588@gmail.com>
Wed, 7 Oct 2020 19:32:09 +0000
(19:32 +0000)
committer
Maksim
<parallel588@gmail.com>
Wed, 7 Oct 2020 19:32:09 +0000
(19:32 +0000)
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 2da9f616b6b0bdde469ef70248059ca9b18d81ec..5f1b8a53947791cc1ad1385e979823f9428945bb 100644
(file)
--- a/
test/plugs/remote_ip_test.exs
+++ b/
test/plugs/remote_ip_test.exs
@@
-92,6
+92,7
@@
defmodule Pleroma.Plugs.RemoteIpTest do
|> RemoteIp.call(nil)
assert conn.remote_ip == {1, 1, 1, 1}
+ end
test "proxies set `nonsensical` CIDR" do
Pleroma.Config.put([RemoteIp, :reserved], ["127.0.0.0/8"])