We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ebff8 commit 1fd3854Copy full SHA for 1fd3854
1 file changed
crates/sdk-core/tests/integ_tests/client_tests.rs
@@ -375,7 +375,7 @@ async fn http_proxy() {
375
opts.set_skip_get_system_info(true);
376
377
// Connect client with no proxy and make call and confirm reached
378
- opts.target = format!("http://127.0.0.1:{}", server.addr.port())
+ opts.target = format!("http://[::1]:{}", server.addr.port())
379
.parse()
380
.unwrap();
381
let connection = Connection::connect(opts.clone()).await.unwrap();
0 commit comments