diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-04-03 18:57:46 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-04-03 19:36:39 +0900 |
| commit | b79909fc5ab0979eabb3d04c5d58388e760197c6 (patch) | |
| tree | 88e5542cbc9df364e5cd7bad9dd09ae640a5ab5d | |
| parent | 7c400c66c9b30f5cbc40b37a7fb1feb7d2d31c63 (diff) | |
Followed up 7c400c66c9
| -rw-r--r-- | test/net/http/test_http.rb | 4 |
1 files 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, } |
