Skip to content

Commit b8183fa

Browse files
committed
chore: fix unrelated flaky test
1 parent 02a48a4 commit b8183fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

challenge/dns01/nameserver_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ func TestLookupNameserversOK(t *testing.T) {
1414
nss []string
1515
}{
1616
{
17-
fqdn: "books.google.com.ng.",
18-
nss: []string{"ns1.google.com.", "ns2.google.com.", "ns3.google.com.", "ns4.google.com."},
17+
fqdn: "en.wikipedia.org.",
18+
nss: []string{"ns0.wikimedia.org.", "ns1.wikimedia.org.", "ns2.wikimedia.org."},
1919
},
2020
{
2121
fqdn: "www.google.com.",

0 commit comments

Comments
 (0)