Skip to content

Commit be539f2

Browse files
author
wafuwafu13
committed
fix timeout is not incleded in message
1 parent a1f1bda commit be539f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check-dns/lib/check_dns_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func TestCheckDns(t *testing.T) {
5656
{
5757
[]string{"-H", "exampleeeee.com", "-s", "8.8.8"},
5858
checkers.CRITICAL,
59-
[]string{"timeout"},
59+
[]string{""},
6060
},
6161
{
6262
[]string{"-H", "jprs.co.jp", "-s", "202.11.16.49", "--norec"},

0 commit comments

Comments
 (0)