1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-12-25 04:53:06 +00:00

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

This commit is contained in:
Maksim 2020-10-07 19:32:09 +00:00
parent d0eca5b125
commit 8bfc5d9a0c

View file

@ -92,6 +92,7 @@ test "proxies set without CIDR format" 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"])