X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/06f92553e100b58d2d72a3190fb8e57abac820bb..71b0d0fb51e3c54a7959f51fd4dbf523fbaf57db:/sdk/python/test_collections.py?ds=inline diff --git a/sdk/python/test_collections.py b/sdk/python/test_collections.py index 3dfc72f65b..7df620d977 100644 --- a/sdk/python/test_collections.py +++ b/sdk/python/test_collections.py @@ -42,7 +42,7 @@ class LocalCollectionReaderTest(unittest.TestCase): os.environ['KEEP_LOCAL_STORE'] = '/tmp' LocalCollectionWriterTest().runTest() def runTest(self): - cr = arvados.CollectionReader('d6c3b8e571f1b81ebb150a45ed06c884+114') + cr = arvados.CollectionReader('d6c3b8e571f1b81ebb150a45ed06c884+114+Xzizzle') got = [] for s in cr.all_streams(): for f in s.all_files():