X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/aac0a284e71ab62b2537a6fdeab6d736deb9a1a9..093ec98e4a065acfc537ea22c08c337c115fe273:/sdk/python/tests/test_collections.py diff --git a/sdk/python/tests/test_collections.py b/sdk/python/tests/test_collections.py index e2d644b867..5cf4993b2f 100644 --- a/sdk/python/tests/test_collections.py +++ b/sdk/python/tests/test_collections.py @@ -320,7 +320,7 @@ class ArvadosCollectionsTest(run_test_server.TestCaseWithServers, def __init__(self, content, num_retries=0): self.content = content - def get(self, locator, num_retries=0, cache_slot_get=None): + def get(self, locator, num_retries=0, prefetch=False): return self.content[locator] def test_stream_reader(self):