Skip to content

Commit 51aaf75

Browse files
authored
tests: change ns (#2482)
1 parent a8693c1 commit 51aaf75

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
@@ -24,8 +24,8 @@ func TestLookupNameserversOK(t *testing.T) {
2424
nss: []string{"ns1.google.com.", "ns2.google.com.", "ns3.google.com.", "ns4.google.com."},
2525
},
2626
{
27-
fqdn: "physics.georgetown.edu.",
28-
nss: []string{"ns4.georgetown.edu.", "ns5.georgetown.edu.", "ns6.georgetown.edu."},
27+
fqdn: "mail.proton.me.",
28+
nss: []string{"ns1.proton.me.", "ns2.proton.me.", "ns3.proton.me."},
2929
},
3030
}
3131

0 commit comments

Comments
 (0)