Update base-notebook/test/test_container_options.py

This commit is contained in:
Ayaz Salikhov
2022-01-30 01:49:54 +03:00
committed by GitHub
parent cae8f83833
commit 1d4bd5d178

View File

@@ -315,7 +315,7 @@ def test_secure_path(container: TrackedContainer, tmp_path: pathlib.Path) -> Non
d = tmp_path / "data"
d.mkdir()
p = d / "wrong_python.sh"
p.write_text("""#!/bin/bash\necho "Wrong python executable invoked!" """)
p.write_text('#!/bin/bash\necho "Wrong python executable invoked!"')
p.chmod(0o755)
logs = container.run_and_wait(