summaryrefslogtreecommitdiff
path: root/cli/tests/integration/jupyter_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/integration/jupyter_tests.rs')
-rw-r--r--cli/tests/integration/jupyter_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/jupyter_tests.rs b/cli/tests/integration/jupyter_tests.rs
index 847290ef8..59c247e5d 100644
--- a/cli/tests/integration/jupyter_tests.rs
+++ b/cli/tests/integration/jupyter_tests.rs
@@ -1,7 +1,7 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
itest!(jupyter_install_command_not_exists {
- args: "jupyter --unstable --install",
+ args: "jupyter --install",
output: "jupyter/install_command_not_exists.out",
envs: vec![("PATH".to_string(), "".to_string())],
exit_code: 1,