Skip to content

Commit

Permalink
Add required Name to GuardDuty.IPSet tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Dec 6, 2023
1 parent 0013bd7 commit ce44c1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_guardduty.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def test_guardduty_ipset(self):
DetectorId="aaaabbbbccccddddeeeeffff11112222",
Format="TXT",
Location="http://example.com/ipset.txt",
Name="guardduty-name",
)

result = ipset.to_dict()
Expand All @@ -45,6 +46,7 @@ def test_guardduty_threatintelset(self):
DetectorId="aaaabbbbccccddddeeeeffff11112222",
Format="TXT",
Location="http://example.com/threatintelset.txt",
Name="guardduty-name",
)

result = threat_intel_set.to_dict()
Expand Down

0 comments on commit ce44c1d

Please sign in to comment.