Skip to content

Commit d0cca91

Browse files
committed
test: Update expectedBody for DNS test
1 parent 239d1f5 commit d0cca91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/client_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ func TestShouldRunPingerAsPrivileged(t *testing.T) {
157157
}
158158
}
159159

160-
161160
func TestCanPerformStartTLS(t *testing.T) {
162161
type args struct {
163162
address string
@@ -468,7 +467,7 @@ func TestQueryDNS(t *testing.T) {
468467
},
469468
inputURL: "8.8.8.8",
470469
expectedDNSCode: "NOERROR",
471-
expectedBody: "*.iana-servers.net.",
470+
expectedBody: "*.ns.cloudflare.com.",
472471
},
473472
{
474473
name: "test Config with type PTR",

0 commit comments

Comments
 (0)