Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sommer committed Sep 25, 2024
1 parent d89f0d9 commit c67d9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/tools/test_awssecurityhub_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ def test_issue_10956(self):
findings = parser.get_findings(test_file, Test())
self.assertEqual(1, len(findings))
finding = findings[0]
self.assertEqual(0.00239, finding.epss_score)
self.assertEqual("0.00239", finding.epss_score)

0 comments on commit c67d9ea

Please sign in to comment.