From 0b09bf8bbd0cf230d671dd9f1a63cfd17956e4dc Mon Sep 17 00:00:00 2001 From: Shubhendu Tripathi Date: Thu, 27 Mar 2014 10:23:28 +0530 Subject: rhsc-nagios-addon: Fixed test case failures Fixed test case failures for check_remote_host plugin Change-Id: I12a2b6c26d3ed9e2afe2901b0ce51e78027cb211 Signed-off-by: Shubhendu Tripathi Reviewed-on: https://code.engineering.redhat.com/gerrit/21946 Reviewed-by: Sahina Bose --- tests/test_check_remote_host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_check_remote_host.py b/tests/test_check_remote_host.py index daa945d..824df63 100644 --- a/tests/test_check_remote_host.py +++ b/tests/test_check_remote_host.py @@ -39,7 +39,7 @@ class TestCheckRemoteHost(TestCaseBase): "Filter: description = dummy srvc\n" "Filter: host_address = " "dummy host\n" - "Separators: 10 124 44 59") + "Separators: 10 124 44 59\n") self.assertEquals(0, plugins. check_remote_host. -- cgit