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

This commit is contained in:
Maksim 2020-10-07 19:32:42 +00:00
parent 8bfc5d9a0c
commit 6ee20eb328
1 changed files with 0 additions and 1 deletions

View File

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