diff --git a/cmapi/cmapi_server/test/test_cluster.py b/cmapi/cmapi_server/test/test_cluster.py index f174f72ad..7af9226c8 100644 --- a/cmapi/cmapi_server/test/test_cluster.py +++ b/cmapi/cmapi_server/test/test_cluster.py @@ -147,7 +147,7 @@ class ClusterModesetTestCase(BaseClusterTestCase): ) error = resp.json()['error'] self.assertEqual(resp.status_code, 422) - self.assertEqual(error, 'No master found in the cluster.') + self.assertEqual(error, 'There are no nodes in the cluster.') def test_add_node_and_set_readonly(self): payload = {'node': socket.gethostname()}