mirror of
https://github.com/go-acme/lego.git
synced 2024-12-26 03:09:37 +02:00
test: change LTD for NXDOMAIN
This commit is contained in:
parent
2de6e0b0c8
commit
9114733772
@ -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 New Issue
Block a user