summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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 a6dce45..c8c5d6a 100644
--- a/tests/test_check_gluster_syslog.py
+++ b/tests/test_check_gluster_syslog.py
@@ -29,7 +29,7 @@ class TestGlusterSyslog(TestCaseBase):
# Method to test volume perf data when no matching host method
@mock.patch('plugins.nscautils.getNagiosClusterName')
- @mock.patch('plugins.nscautils.send_to_nsca')
+ @mock.patch('plugins.nscautils.send_to_nsca_subproc')
def test_checkProcessMsg(self, mock_send_to_nsca,
mock_getNagiosClusterName):
mock_getNagiosClusterName.return_value = "test-cluster"