Skip to content

Commit

Permalink
test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Mar 1, 2024
1 parent 8b091bb commit dd1b774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/datascience-notebook/test/test_start_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dd1b774

Please sign in to comment.