mirror of
https://github.com/go-acme/lego.git
synced 2025-01-24 22:33:01 +02:00
tests: fix flaky
This commit is contained in:
parent
2c0c8a03ed
commit
7f27124c09
@ -14,8 +14,8 @@ func TestLookupNameserversOK(t *testing.T) {
|
||||
nss []string
|
||||
}{
|
||||
{
|
||||
fqdn: "books.google.com.ng.",
|
||||
nss: []string{"ns1.google.com.", "ns2.google.com.", "ns3.google.com.", "ns4.google.com."},
|
||||
fqdn: "en.wikipedia.org.",
|
||||
nss: []string{"ns0.wikimedia.org.", "ns1.wikimedia.org.", "ns2.wikimedia.org."},
|
||||
},
|
||||
{
|
||||
fqdn: "www.google.com.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user