summaryrefslogtreecommitdiffstats
path: root/tests/test_config_generator.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_config_generator.py')
-rw-r--r--tests/test_config_generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config_generator.py b/tests/test_config_generator.py
index 5a0294e..91fce1e 100644
--- a/tests/test_config_generator.py
+++ b/tests/test_config_generator.py
@@ -72,7 +72,7 @@ class TestGlusterNagiosConfManager(TestCaseBase):
def _verifyClusterServices(self, clusterConfig, clusterData):
totalServices = 0
services = clusterConfig[HOST_SERVICES]
- self._checkServiceExists("Cluster - Quorum", services)
+ self._checkServiceExists("Cluster - Quorum Status", services)
self._checkServiceExists(GLUSTER_AUTO_CONFIG, services)
self._checkServiceExists("Cluster Utilization", services)