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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_check_gluster_syslog.py b/tests/test_check_gluster_syslog.py
index c5d64df..a3f341c 100644
--- a/tests/test_check_gluster_syslog.py
+++ b/tests/test_check_gluster_syslog.py
@@ -60,7 +60,8 @@ class TestGlusterSyslog(TestCaseBase):
mock_send_to_nsca.assert_called_with("test-cluster",
"Cluster - Quorum",
utils.PluginStatusCode.CRITICAL,
- "QUORUM: Server quorum lost.")
+ "QUORUM: Cluster server-side "
+ "quorum lost.")
@mock.patch('plugins.nscautils.getNagiosClusterName')
@mock.patch('plugins.nscautils.send_to_nsca_subproc')