From aac0980edba65766fa0dbcccec5ffd74326a0030 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Sun, 29 Sep 2013 00:14:17 +0200 Subject: Change default host names for some tests Testing "nagiosplugins.org" will currently not work. --- plugins/t/check_http.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/t/check_http.t') diff --git a/plugins/t/check_http.t b/plugins/t/check_http.t index f77387de..29086737 100644 --- a/plugins/t/check_http.t +++ b/plugins/t/check_http.t @@ -32,7 +32,7 @@ my $internet_access = getTestParameter( "NP_INTERNET_ACCESS", my $host_tcp_http2 = getTestParameter( "NP_HOST_TCP_HTTP2", "A host providing an index page containing the string 'nagios'", - "nagiosplugins.org" ); + "nagios.org" ); $res = NPTest->testCmd( -- cgit v1.2.3