mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 12:02:56 +00:00
Update test for altered Notebook deprecation warning
This commit is contained in:
@@ -33,7 +33,7 @@ def test_start_notebook(container, http_client, env, expected_server):
|
||||
), f"Not the expected command (jupyter {expected_server}) was launched"
|
||||
# Checking warning messages
|
||||
if not env:
|
||||
msg = "WARN: Jupyter Notebook deprecation notice"
|
||||
msg = "WARNING: Jupyter Notebook deprecation notice"
|
||||
assert msg in logs, f"Expected warning message {msg} not printed"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user