Apply 1 suggestion(s) to 1 file(s)
authorMaksim <parallel588@gmail.com>
Wed, 7 Oct 2020 19:32:42 +0000 (19:32 +0000)
committerMaksim <parallel588@gmail.com>
Wed, 7 Oct 2020 19:32:42 +0000 (19:32 +0000)
test/plugs/remote_ip_test.exs

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