1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2025-01-25 15:09:34 +00:00
This commit is contained in:
Mark Felder 2020-10-07 15:07:03 -05:00
parent 6ee20eb328
commit a702f9fb5b

View file

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