Skip to content

Commit

Permalink
Update test_mend_platform_api3_parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
testaccount90009 committed Nov 14, 2024
1 parent b2fe0b8 commit 7e8a2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/tools/test_mend_platform_api3_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ def test_parse_file_with_multiple_vuln_has_multiple_finding(self):
# findings = parser.get_findings(testfile, Test())
# self.assertEqual(1, len(findings))
# finding = list(findings)[0]
# self.assertEqual("D:\\mend_platform_api3Repo\\test-product\\test-project\\test-project-subcomponent\\path\\to\\the\\Java\\commons-codec-1.6_donotuse.jar", finding.file_path)
# self.assertEqual("D:\\mend_platform_api3Repo\\test-product\\test-project\\test-project-subcomponent\\path\\to\\the\\Java\\commons-codec-1.6_donotuse.jar", finding.file_path)

0 comments on commit 7e8a2fd

Please sign in to comment.