forked from TrueCloudLab/lego
tests: fix flaky
This commit is contained in:
parent
2c0c8a03ed
commit
7f27124c09
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ func TestLookupNameserversOK(t *testing.T) {
|
||||||
nss []string
|
nss []string
|
||||||
}{
|
}{
|
||||||
{
|
{
|
||||||
fqdn: "books.google.com.ng.",
|
fqdn: "en.wikipedia.org.",
|
||||||
nss: []string{"ns1.google.com.", "ns2.google.com.", "ns3.google.com.", "ns4.google.com."},
|
nss: []string{"ns0.wikimedia.org.", "ns1.wikimedia.org.", "ns2.wikimedia.org."},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fqdn: "www.google.com.",
|
fqdn: "www.google.com.",
|
||||||
|
|
Loading…
Reference in a new issue