From 9114733772cc990b44d6b6f6fa0b25eb5323ea22 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Mon, 22 Nov 2021 21:08:38 +0100 Subject: [PATCH] test: change LTD for NXDOMAIN --- challenge/dns01/nameserver_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",