From d6519ac8312c35f30aa9cdca18dc97607e1300d3 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Tue, 17 Oct 2023 16:30:46 +0530 Subject: [PATCH] Partially test start-notebook.sh --- tests/base-notebook/test_healthcheck.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/base-notebook/test_healthcheck.py b/tests/base-notebook/test_healthcheck.py index 0e54d30038..50d83c27ad 100644 --- a/tests/base-notebook/test_healthcheck.py +++ b/tests/base-notebook/test_healthcheck.py @@ -22,6 +22,7 @@ (["RESTARTABLE=yes"], None, None), (["JUPYTER_PORT=8171"], None, None), (["JUPYTER_PORT=8117", "DOCKER_STACKS_JUPYTER_CMD=notebook"], None, None), + (None, ["start-notebook.sh"], None), (None, ["start-notebook.py", "--ServerApp.base_url=/test"], None), (None, ["start-notebook.py", "--ServerApp.base_url=/test/"], None), (["GEN_CERT=1"], ["start-notebook.py", "--ServerApp.base_url=/test"], None),