tests: Use less conflicting name for directory
Otherwise, if e.g. /outside is used for a Docker container, the test will fail
This commit is contained in:
parent
0a6a1fa225
commit
ac10fe0679
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue