Skip to content

Commit a8b60f6

Browse files
authored
Update test_parsers.py docs path
1 parent a5fb77f commit a8b60f6

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
@@ -106,7 +106,7 @@ def test_file_existence(self):
106106
i = 0
107107

108108
def test_parser_existence(self):
109-
for docs in os.scandir(Path(basedir) / "docs" / "content" / "en" / "connecting_your_tools" / "parsers" / "file"):
109+
for docs in os.scandir(Path(basedir) / "docs" / "content" / "supported_tools" / "parsers" / "file"):
110110
if docs.name not in {
111111
"_index.md", "codeql.md", "edgescan.md",
112112
}:

0 commit comments

Comments
 (0)