change domain

This commit is contained in:
Mateusz Poliwczak 2023-03-30 09:10:24 +02:00
parent 590c3d5b75
commit 3e3c2efc74
1 changed files with 1 additions and 1 deletions

View File

@ -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