Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
jfagoagas committed Feb 27, 2025
1 parent 5851f5e commit 5b0f1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/outputs/outputs_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def test_extract_findings_statistics_manual_resources(self):
assert stats["total_low_severity_pass"] == 0
assert stats["total_informational_severity_fail"] == 0
assert stats["total_informational_severity_pass"] == 0
assert stats["all_fails_are_muted"] == 0
assert stats["all_fails_are_muted"] is True

def test_extract_findings_statistics_no_findings(self):
stats = extract_findings_statistics([])
Expand Down

0 comments on commit 5b0f1b4

Please sign in to comment.