From dd1b7742a4224cb2a8a8df639d72add34af6851c Mon Sep 17 00:00:00 2001 From: dafeliton Date: Thu, 29 Feb 2024 19:40:31 -0800 Subject: [PATCH] test logs --- images/datascience-notebook/test/test_start_container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/datascience-notebook/test/test_start_container.py b/images/datascience-notebook/test/test_start_container.py index 86ba1aeb..bc746bcb 100644 --- a/images/datascience-notebook/test/test_start_container.py +++ b/images/datascience-notebook/test/test_start_container.py @@ -25,7 +25,7 @@ def test_start_notebook(container, http_client, env, expected_server): command=["start-notebook.py"], ) logs = c.logs(stdout=True).decode("utf-8") - LOGGER.debug(logs) + LOGGER.error(logs) resp = http_client.get("http://localhost:8888/tree") assert resp.status_code == 200, "Server is not listening" assert(f"Executing the command: start-notebook.py"), "start-notebook.py was not called"