From 7f27124c09491f8a90dd29240653a563f93c4820 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Tue, 27 Jun 2023 23:42:01 +0200 Subject: [PATCH] tests: fix flaky --- challenge/dns01/nameserver_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenge/dns01/nameserver_test.go b/challenge/dns01/nameserver_test.go index b63ea9e7..10ae36ac 100644 --- a/challenge/dns01/nameserver_test.go +++ b/challenge/dns01/nameserver_test.go @@ -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.",