Skip to content

Commit

Permalink
feat: updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
1101-1 committed Oct 30, 2024
1 parent 2625f11 commit f23af8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/aws/test/resources/inspector_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@

def test_inspector_findings() -> None:
collected, _ = round_trip_for(AwsEc2Instance, region_name="global", collect_also=[AwsInspectorFinding])
assert len(collected._assessments) == 1
asseessments = collected._assessments
assert asseessments[0].findings[0].title == "foo"
assert asseessments[0].findings[0].description == "foo"

0 comments on commit f23af8d

Please sign in to comment.