Skip to content

Commit

Permalink
fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sommer committed Oct 16, 2024
1 parent 9417f1c commit d3b01ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/tools/test_sonarqube_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ def test_parse_json_file_from_api_with_multiple_findings_zip(self):
item = findings[0]
self.assertEqual(str, type(item.description))
self.assertEqual("OWASP:UsingComponentWithKnownVulnerability_fjioefjwoefijo", item.title)
self.assertEqual("Wtest", item.file_path)
self.assertEqual("testapplication", item.file_path)
self.assertEqual("Medium", item.severity)
item = findings[3]
self.assertEqual("OWASP:UsingComponentWithKnownVulnerability_fjioefjwo1123efijo", item.title)
Expand Down

0 comments on commit d3b01ee

Please sign in to comment.