Skip to content

Commit 68a699b

Browse files
committed
fix comment
1 parent c540822 commit 68a699b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/aws/services/events/test_events_patterns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def test_array_event_payload(self, aws_client, snapshot):
251251
reason="V1 provider does not properly validate",
252252
)
253253
def test_invalid_event_payload(self, aws_client, snapshot):
254-
# following fields are mandatory: `id`, `account`, `source`, `time`, `region`, `resources`, `detail-type`
254+
# following fields are mandatory: `id`, `account`, `source`, `time`, `region`, `detail-type`
255255
event = {"testEvent": "value"}
256256
pattern = {"body": {"test2": [{"numeric": [">", 100]}]}}
257257

0 commit comments

Comments
 (0)