mirror of https://github.com/golang/go.git
change domain
This commit is contained in:
parent
590c3d5b75
commit
3e3c2efc74
|
|
@ -1425,7 +1425,7 @@ func testLookupNoData(t *testing.T, prefix string) {
|
|||
for {
|
||||
// Domain that doesn't have any A/AAAA RRs, but has different one (in this case a TXT),
|
||||
// so that it returns an empty response without any error codes (NXDOMAIN).
|
||||
_, err := LookupHost("_dmarc.google.com")
|
||||
_, err := LookupHost("golang.rsc.io")
|
||||
if err == nil {
|
||||
t.Errorf("%v: unexpected success", prefix)
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in New Issue