diff --git a/scripts/e2e.py b/scripts/e2e.py index fef4911f..d92bf1c0 100644 --- a/scripts/e2e.py +++ b/scripts/e2e.py @@ -208,7 +208,7 @@ def main(): # 6. obtain the destination records and serialize canonically. - records = dest_client.get_records() + records = list(dest_client.get_records()) assert len(records) == expected, '%s != %s records' % (len(records), expected) timestamp = collection_timestamp(dest_client) serialized = canonical_json(records, timestamp)