diff --git a/testing/test_nodes.py b/testing/test_nodes.py index 4d7e6cba2..9104c1c05 100644 --- a/testing/test_nodes.py +++ b/testing/test_nodes.py @@ -88,7 +88,7 @@ def test__check_initialpaths_for_relpath() -> None: assert nodes._check_initialpaths_for_relpath(session, sub) == "file" - outside = Path("/outside") + outside = Path("/outside-this-does-not-exist") assert nodes._check_initialpaths_for_relpath(session, outside) is None