summaryrefslogtreecommitdiffstats
path: root/plugins/t/check_dns.t
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/t/check_dns.t')
-rw-r--r--plugins/t/check_dns.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_dns.t b/plugins/t/check_dns.t
index 1e7d534..afb2062 100644
--- a/plugins/t/check_dns.t
+++ b/plugins/t/check_dns.t
@@ -58,7 +58,7 @@ my $dns_server = getTestParameter(
58my $host_nonresponsive = getTestParameter( 58my $host_nonresponsive = getTestParameter(
59 "NP_HOST_NONRESPONSIVE", 59 "NP_HOST_NONRESPONSIVE",
60 "The hostname of system not responsive to network requests", 60 "The hostname of system not responsive to network requests",
61 "192.0.2.0", 61 "10.0.0.1",
62 ); 62 );
63 63
64my $res; 64my $res;