5562: keepstub sends "100 Continue" to client. Fix test_write_three_replicas
[arvados.git] / sdk / python / tests / test_collections.py
index a397f44fa36c4abf005e7b7b30f520a5cffaa5f9..5e1a055d483695c864df6adaf0572368b0f0e165 100644 (file)
@@ -712,7 +712,7 @@ class CollectionWriterTestCase(unittest.TestCase, CollectionTestMixin):
     def test_write_three_replicas(self):
         client = mock.MagicMock(name='api_client')
         with self.mock_keep(
-                None, 500, 500, 500, 200, 200, 200,
+                "", 500, 500, 500, 200, 200, 200,
                 **{'x-keep-replicas-stored': 1}) as keepmock:
             self.mock_keep_services(client, status=200, service_type='disk', count=6)
             writer = self.foo_writer(api_client=client, replication=3)