summaryrefslogtreecommitdiff
path: root/trove/tests/unittests/cluster/test_cluster_pxc_controller.py
diff options
context:
space:
mode:
Diffstat (limited to 'trove/tests/unittests/cluster/test_cluster_pxc_controller.py')
-rw-r--r--trove/tests/unittests/cluster/test_cluster_pxc_controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/trove/tests/unittests/cluster/test_cluster_pxc_controller.py b/trove/tests/unittests/cluster/test_cluster_pxc_controller.py
index b9599375..2c6f5798 100644
--- a/trove/tests/unittests/cluster/test_cluster_pxc_controller.py
+++ b/trove/tests/unittests/cluster/test_cluster_pxc_controller.py
@@ -59,7 +59,7 @@ class TestClusterController(trove_testtools.TestCase):
def test_get_schema_create(self):
schema = self.controller.get_schema('create', self.cluster)
self.assertIsNotNone(schema)
- self.assertTrue('cluster' in schema['properties'])
+ self.assertIn('cluster', schema['properties'])
self.assertTrue('cluster')
def test_validate_create(self):