Skip to content

Commit b610675

Browse files
author
Paul Osinski
committed
update test_parsers.py
1 parent 8819ef4 commit b610675

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unittests/test_parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_file_existence(self):
2929
"sysdig_common", # common classes for sysdig parsers
3030
}:
3131
with self.subTest(parser=parser_dir.name, category="docs"):
32-
doc_file = Path(basedir) / "docs" / "content" / "en" / "connecting_your_tools" / "parsers" / category / f"{doc_name}.md"
32+
doc_file = Path(basedir) / "docs" / "content" / "supported_tools" / "parsers" / category / f"{doc_name}.md"
3333
self.assertTrue(
3434
Path(doc_file).is_file(),
3535
f"Documentation file '{doc_file}' is missing or using different name",

0 commit comments

Comments
 (0)