Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
quirinziessler committed Feb 26, 2025
1 parent d724080 commit 75fb024
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 @@ -139,4 +139,4 @@ def test_missing_account_id(self):
with open(sample_path("missing_account_id.json"), encoding="utf-8") as test_file:
parser = AwsSecurityHubParser()
findings = parser.get_findings(test_file, Test())
self.assertEqual(1, len(findings))
self.assertEqual(1, len(findings))

0 comments on commit 75fb024

Please sign in to comment.