Skip to content

Commit 830b1f3

Browse files
Update tests/functional/parser/test_kinesis.py
Co-authored-by: Heitor Lessa <[email protected]>
1 parent 500be77 commit 830b1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/parser/test_kinesis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def handle_kinesis(event: List[MyKinesisBusiness], _: LambdaContext):
2121
def handle_kinesis_no_envelope(event: KinesisDataStreamModel, _: LambdaContext):
2222
records = event.Records
2323
assert len(records) == 2
24-
record: KinesisStreamModel = records[0]
24+
record: KinesisDataStreamModel = records[0]
2525

2626
assert record.awsRegion == "us-east-2"
2727
assert record.eventID == "shardId-000000000006:49590338271490256608559692538361571095921575989136588898"

0 commit comments

Comments
 (0)