We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6334d commit 5745184Copy full SHA for 5745184
1 file changed
application/tests/owasp_aisvs_parser_test.py
@@ -45,7 +45,7 @@ def test_parse(self) -> None:
45
"Training Data Governance & Bias Management", entries[0].section
46
)
47
self.assertEqual(
48
- "https://github.com/OWASP/AISVS/tree/main/1.0/en/0x10-C01-Training-Data-Governance.md",
+ "https://github.com/OWASP/AISVS/blob/main/1.0/en/0x10-C01-Training-Data-Governance.md",
49
entries[0].hyperlink,
50
51
@@ -57,7 +57,7 @@ def test_parse(self) -> None:
57
"Human Oversight, Accountability & Governance", entries[-1].section
58
59
60
- "https://github.com/OWASP/AISVS/tree/main/1.0/en/0x10-C14-Human-Oversight.md",
+ "https://github.com/OWASP/AISVS/blob/main/1.0/en/0x10-C14-Human-Oversight.md",
61
entries[-1].hyperlink,
62
63
0 commit comments