From be9c2fe267083a2995043ddf6228946f1244ab57 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Wed, 16 Feb 2022 16:51:32 +0100 Subject: tests: deflake a bunch of net related tests (#13685) --- cli/tests/integration/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/integration') diff --git a/cli/tests/integration/mod.rs b/cli/tests/integration/mod.rs index 1c557e3aa..cc6770472 100644 --- a/cli/tests/integration/mod.rs +++ b/cli/tests/integration/mod.rs @@ -758,7 +758,7 @@ fn websocket_server_idletimeout() { assert_eq!(msg, "READY"); let req = http::request::Builder::new() - .uri("ws://localhost:4502") + .uri("ws://localhost:4509") .body(()) .unwrap(); let (_ws, _request) = -- cgit v1.2.3