diff --git a/challenge/dns01/nameserver_test.go b/challenge/dns01/nameserver_test.go index ac0ebd30..2f577e7d 100644 --- a/challenge/dns01/nameserver_test.go +++ b/challenge/dns01/nameserver_test.go @@ -106,10 +106,10 @@ var findXByFqdnTestCases = []struct { }, { desc: "NXDOMAIN", - fqdn: "test.loho.jkl.", - zone: "loho.jkl.", + fqdn: "test.lego.zz.", + zone: "lego.zz.", nameservers: []string{"1.1.1.1:53"}, - expectedError: "could not find the start of authority for test.loho.jkl.: NXDOMAIN", + expectedError: "could not find the start of authority for test.lego.zz.: NXDOMAIN", }, { desc: "several non existent nameservers",