Fix according to the review

This commit is contained in:
romainx
2021-01-18 18:02:29 +01:00
parent 0660736ac0
commit 13bf51f6a7
3 changed files with 9 additions and 4 deletions

View File

@@ -29,5 +29,5 @@ 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 https://github.com/jupyter/notebook#notice."
msg = "WARN: Jupyter Notebook deprecation notice"
assert msg in logs, f"Expected warning message {msg} not printed"