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.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test_check_gluster_syslog.py b/tests/test_check_gluster_syslog.py
index bfa6ec1..c5d64df 100644
--- a/tests/test_check_gluster_syslog.py
+++ b/tests/test_check_gluster_syslog.py
@@ -60,9 +60,7 @@ class TestGlusterSyslog(TestCaseBase):
mock_send_to_nsca.assert_called_with("test-cluster",
"Cluster - Quorum",
utils.PluginStatusCode.CRITICAL,
- "QUORUM: Server quorum lost "
- "for volume dist. "
- "Stopping local bricks. ")
+ "QUORUM: Server quorum lost.")
@mock.patch('plugins.nscautils.getNagiosClusterName')
@mock.patch('plugins.nscautils.send_to_nsca_subproc')