From 1d1bac1958a10c5cc2723b38561516809f2bfa96 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 4 Dec 2015 09:15:19 +0000 Subject: [PATCH] typo --- tests/test_kinesis/test_kinesis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_kinesis/test_kinesis.py b/tests/test_kinesis/test_kinesis.py index d26252f3..75f5acd7 100644 --- a/tests/test_kinesis/test_kinesis.py +++ b/tests/test_kinesis/test_kinesis.py @@ -148,7 +148,7 @@ def test_get_records_at_sequence_number(): response = conn.get_shard_iterator(stream_name, shard_id, 'TRIM_HORIZON') shard_iterator = response['ShardIterator'] - # Get the second record7 + # Get the second record response = conn.get_records(shard_iterator, limit=2) second_sequence_id = response['Records'][1]['SequenceNumber']