diff options
Diffstat (limited to 'tests/integration/run_tests.rs')
-rw-r--r-- | tests/integration/run_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/run_tests.rs b/tests/integration/run_tests.rs index ef688517f..a75ca4c15 100644 --- a/tests/integration/run_tests.rs +++ b/tests/integration/run_tests.rs @@ -4338,7 +4338,7 @@ async fn websocketstream_ping() { let child = util::deno_cmd() .arg("test") - .arg("--unstable") + .arg("--unstable-net") .arg("--allow-net") .arg("--cert") .arg(root_ca) |