18941: Fix tests.
[arvados.git] / sdk / python / tests / test_collections.py
index a43e0d40dfe7ed48f5477689d3623afefe952ba3..e2d644b8676ba3a57acdccb148be1fd998826b40 100644 (file)
@@ -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):
+        def get(self, locator, num_retries=0, cache_slot_get=None):
             return self.content[locator]
 
     def test_stream_reader(self):