Skip to content

Commit f5753ab

Browse files
authored
Update test for altered Notebook deprecation warning
1 parent dd0fcc0 commit f5753ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base-notebook/test/test_start_container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_start_notebook(container, http_client, env, expected_server):
3333
), f"Not the expected command (jupyter {expected_server}) was launched"
3434
# Checking warning messages
3535
if not env:
36-
msg = "WARN: Jupyter Notebook deprecation notice"
36+
msg = "WARNING: Jupyter Notebook deprecation notice"
3737
assert msg in logs, f"Expected warning message {msg} not printed"
3838

3939

0 commit comments

Comments
 (0)