Skip to content

Commit 863757c

Browse files
committed
fix dockerfile name
1 parent ecdfa9c commit 863757c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/core/paths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
def _find_tests_root() -> Path:
55
current = Path(__file__).absolute()
66
for parent in current.parents:
7-
if (parent / "mmns_pg.Dockerfile").exists() or (parent / "pytest.ini").exists():
7+
if (parent / "debian.Dockerfile").exists() or (parent / "pytest.ini").exists():
88
return parent
99
raise FileNotFoundError("Project root not found")
1010

0 commit comments

Comments
 (0)