This commit is contained in:
Mark Felder 2020-10-07 15:07:03 -05:00
parent 6ee20eb328
commit a702f9fb5b
1 changed files with 0 additions and 1 deletions

View File

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