summaryrefslogtreecommitdiffstats
path: root/tests/test_check_gluster_syslog.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_check_gluster_syslog.py')
-rw-r--r--tests/test_check_gluster_syslog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_check_gluster_syslog.py b/tests/test_check_gluster_syslog.py
index a3f341c..3aed1e0 100644
--- a/tests/test_check_gluster_syslog.py
+++ b/tests/test_check_gluster_syslog.py
@@ -58,7 +58,7 @@ class TestGlusterSyslog(TestCaseBase):
"Stopping local bricks. ")
check_gluster_syslog.processMsg(message)
mock_send_to_nsca.assert_called_with("test-cluster",
- "Cluster - Quorum",
+ "Cluster - Quorum Status",
utils.PluginStatusCode.CRITICAL,
"QUORUM: Cluster server-side "
"quorum lost.")