summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/test_check_remote_host.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_check_remote_host.py b/tests/test_check_remote_host.py
index f7965f3..daa945d 100644
--- a/tests/test_check_remote_host.py
+++ b/tests/test_check_remote_host.py
@@ -33,7 +33,7 @@ class TestCheckRemoteHost(TestCaseBase):
self.assertTrue(mock_socket, "called")
reference.recv.return_value = "0\n"
plugins.check_remote_host.checkLiveStatus("dummy host", "dummy srvc")
- reference.connect.assert_called_with("${localstatedir}/"
+ reference.connect.assert_called_with("/var/"
"spool/nagios/cmd/live")
reference.send.assert_called_with("GET services\nColumns: state\n"
"Filter: description = dummy srvc\n"