diff options
| author | Luca Casonato <hello@lcas.dev> | 2022-02-16 16:51:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-16 16:51:32 +0100 |
| commit | be9c2fe267083a2995043ddf6228946f1244ab57 (patch) | |
| tree | 8f0993492b058c6c4127297c1e8a5a7ad5078fca /cli/tests/integration | |
| parent | 8891c19c57773a5ce3d58dbec20a8d37d780ff63 (diff) | |
tests: deflake a bunch of net related tests (#13685)
Diffstat (limited to 'cli/tests/integration')
| -rw-r--r-- | cli/tests/integration/mod.rs | 2 |
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) = |
