3147: Make PySDK KeepClient.get and put retry_methods.
[arvados.git] / sdk / python / tests / test_collections.py
index f6abe2b35ae2b46f38ba9491c6268ab6befd0e79..284854b31d6849d98605251d14a7a55128f14f7b 100644 (file)
@@ -419,7 +419,7 @@ class ArvadosCollectionsTest(run_test_server.TestCaseWithServers,
 
 
     class MockKeep(object):
-        def __init__(self, content):
+        def __init__(self, content, num_retries=0):
             self.content = content
 
         def get(self, locator):