From b79909fc5ab0979eabb3d04c5d58388e760197c6 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 3 Apr 2025 18:57:46 +0900 Subject: Followed up 7c400c66c9 --- test/net/http/test_http.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/net/http/test_http.rb b/test/net/http/test_http.rb index 53092ee0e8..55fc983a0f 100644 --- a/test/net/http/test_http.rb +++ b/test/net/http/test_http.rb @@ -1249,7 +1249,7 @@ end class TestNetHTTPLocalBind < Test::Unit::TestCase CONFIG = { - 'host' => 'localhost', + 'host' => '127.0.0.1', 'proxy_host' => nil, 'proxy_port' => nil, } @@ -1286,7 +1286,7 @@ end class TestNetHTTPForceEncoding < Test::Unit::TestCase CONFIG = { - 'host' => 'localhost', + 'host' => '127.0.0.1', 'proxy_host' => nil, 'proxy_port' => nil, } -- cgit v1.2.3