diff --git a/test/test_rack_handler.rb b/test/test_rack_handler.rb index f472c6c6..12c98bd0 100644 --- a/test/test_rack_handler.rb +++ b/test/test_rack_handler.rb @@ -44,7 +44,7 @@ class TestPathHandler < Minitest::Test end def test_handler_boots - host = Puma::IS_WINDOWS ? "127.0.0.1" : "0.0.0.0" + host = '127.0.0.1' port = UniquePort.call opts = { Host: host, Port: port } in_handler(app, opts) do |launcher|