diff options
author | Maksim <parallel588@gmail.com> | 2020-10-07 19:32:09 +0000 |
---|---|---|
committer | Maksim <parallel588@gmail.com> | 2020-10-07 19:32:09 +0000 |
commit | 8bfc5d9a0cf96739a6a73eae3c1d96277da8ae1b (patch) | |
tree | 9ee8c02077f2fba83e7ff3b5fecaebc006d23dc0 | |
parent | d0eca5b12518b0b98ef53003d60b08a78decf35f (diff) | |
download | pleroma-8bfc5d9a0cf96739a6a73eae3c1d96277da8ae1b.tar.gz |
Apply 1 suggestion(s) to 1 file(s)
-rw-r--r-- | test/plugs/remote_ip_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/plugs/remote_ip_test.exs b/test/plugs/remote_ip_test.exs index 2da9f616b..5f1b8a539 100644 --- 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"]) |