Skip to content

Commit d6519ac

Browse files
committed
Partially test start-notebook.sh
1 parent 219cf36 commit d6519ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/base-notebook/test_healthcheck.py

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
(["RESTARTABLE=yes"], None, None),
2323
(["JUPYTER_PORT=8171"], None, None),
2424
(["JUPYTER_PORT=8117", "DOCKER_STACKS_JUPYTER_CMD=notebook"], None, None),
25+
(None, ["start-notebook.sh"], None),
2526
(None, ["start-notebook.py", "--ServerApp.base_url=/test"], None),
2627
(None, ["start-notebook.py", "--ServerApp.base_url=/test/"], None),
2728
(["GEN_CERT=1"], ["start-notebook.py", "--ServerApp.base_url=/test"], None),

0 commit comments

Comments
 (0)