summaryrefslogtreecommitdiff
path: root/cli/tests/integration
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2022-02-16 16:51:32 +0100
committerGitHub <noreply@github.com>2022-02-16 16:51:32 +0100
commitbe9c2fe267083a2995043ddf6228946f1244ab57 (patch)
tree8f0993492b058c6c4127297c1e8a5a7ad5078fca /cli/tests/integration
parent8891c19c57773a5ce3d58dbec20a8d37d780ff63 (diff)
tests: deflake a bunch of net related tests (#13685)
Diffstat (limited to 'cli/tests/integration')
-rw-r--r--cli/tests/integration/mod.rs2
1 files changed, 1 insertions, 1 deletions
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) =