This commit is contained in:
root 2015-12-04 09:15:19 +00:00
parent 8ae17479d6
commit 1d1bac1958

View File

@ -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']