Skip to content

Commit 500be77

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

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
@@ -18,7 +18,7 @@ def handle_kinesis(event: List[MyKinesisBusiness], _: LambdaContext):
1818

1919

2020
@event_parser(model=KinesisDataStreamModel)
21-
def handle_kinesis_no_envelope(event: KinesisStreamModel, _: LambdaContext):
21+
def handle_kinesis_no_envelope(event: KinesisDataStreamModel, _: LambdaContext):
2222
records = event.Records
2323
assert len(records) == 2
2424
record: KinesisStreamModel = records[0]

0 commit comments

Comments
 (0)