Skip to content

Commit

Permalink
chore: fix unrelated flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jun 27, 2023
1 parent 02a48a4 commit b8183fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions challenge/dns01/nameserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit b8183fa

Please sign in to comment.