diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-20 02:20:28 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-20 03:01:55 +0100 |
commit | a8c9b696f47c8abf777a0a67ee98616bc9a219a9 (patch) | |
tree | fb29c9a313969036c0dc1404fa2ceeaf3d813bba /plugins/t/check_http.t | |
parent | 9445ce6f5b7167cfa33e32942412c08a6f4d69ee (diff) | |
download | monitoring-plugins-a8c9b696f47c8abf777a0a67ee98616bc9a219a9.tar.gz |
Minor fixes to be amended into "rename" commit
Diffstat (limited to 'plugins/t/check_http.t')
-rw-r--r-- | plugins/t/check_http.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_http.t b/plugins/t/check_http.t index 5bd27d2b..a74220e2 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 'monitoring'", - "monitoring-plugins.org" ); + "test.monitoring-plugins.org" ); $res = NPTest->testCmd( |