We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c701845 commit 7ea9843Copy full SHA for 7ea9843
service/tests/test_notebook.py
@@ -7,7 +7,6 @@
7
8
def test_workspace_notebook_runs_and_prints_hello():
9
nb_path = [sys.executable, os.path.join(os.path.dirname(__file__), "..","app", "main.ipynb")],
10
- assert nb_path.exists(), f"Notebook not found: {nb_path}"
11
12
nb = nbformat.read(str(nb_path), as_version=4)
13
0 commit comments