aboutsummaryrefslogtreecommitdiff
path: root/test/python
diff options
context:
space:
mode:
Diffstat (limited to 'test/python')
-rw-r--r--test/python/install_jupyterlab.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/python/install_jupyterlab.sh b/test/python/install_jupyterlab.sh
index 9c5e453..98b982d 100644
--- a/test/python/install_jupyterlab.sh
+++ b/test/python/install_jupyterlab.sh
@@ -6,7 +6,7 @@ set -e
source dev-container-features-test-lib
check "version" jupyter lab --version
-check "config" grep ".*.allow_origin = '*'" /home/vscode/.jupyter/jupyter_notebook_config.py
+check "config" grep ".*.allow_origin = '*'" /home/vscode/.jupyter/jupyter_server_config.py
check "user" whoami | grep vscode
check "zsh" zsh --version