From 7e8a2fdb38ace0e419652886bdc54127dfe74feb Mon Sep 17 00:00:00 2001 From: testaccount90009 <122134756+testaccount90009@users.noreply.github.com> Date: Wed, 13 Nov 2024 17:03:00 -0800 Subject: [PATCH] Update test_mend_platform_api3_parser.py --- unittests/tools/test_mend_platform_api3_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/tools/test_mend_platform_api3_parser.py b/unittests/tools/test_mend_platform_api3_parser.py index 4b04e09088f..db211b0eb1d 100644 --- a/unittests/tools/test_mend_platform_api3_parser.py +++ b/unittests/tools/test_mend_platform_api3_parser.py @@ -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) \ No newline at end of file +# 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)