summaryrefslogtreecommitdiff
path: root/trove/tests/unittests/cluster/test_cluster_redis_controller.py
diff options
context:
space:
mode:
Diffstat (limited to 'trove/tests/unittests/cluster/test_cluster_redis_controller.py')
-rw-r--r--trove/tests/unittests/cluster/test_cluster_redis_controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/trove/tests/unittests/cluster/test_cluster_redis_controller.py b/trove/tests/unittests/cluster/test_cluster_redis_controller.py
index 6fe3cfc7..70c7a1a2 100644
--- a/trove/tests/unittests/cluster/test_cluster_redis_controller.py
+++ b/trove/tests/unittests/cluster/test_cluster_redis_controller.py
@@ -196,7 +196,7 @@ class TestClusterController(trove_testtools.TestCase):
self.controller.create(req, body, tenant_id)
mock_cluster_create.assert_called_with(context, 'products',
datastore, datastore_version,
- instances, {}, None)
+ instances, {}, None, None)
@patch.object(Cluster, 'load')
def test_show_cluster(self,