forked from TrueCloudLab/lego
test: change LTD for NXDOMAIN
This commit is contained in:
parent
2de6e0b0c8
commit
9114733772
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue