1
0
mirror of https://github.com/go-acme/lego.git synced 2025-04-28 17:55:52 +02:00

tests: change ns (#2482)

This commit is contained in:
Ludovic Fernandez 2025-03-15 13:08:01 +01:00 committed by GitHub
parent a8693c1aea
commit 51aaf75afb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,8 +24,8 @@ func TestLookupNameserversOK(t *testing.T) {
nss: []string{"ns1.google.com.", "ns2.google.com.", "ns3.google.com.", "ns4.google.com."},
},
{
fqdn: "physics.georgetown.edu.",
nss: []string{"ns4.georgetown.edu.", "ns5.georgetown.edu.", "ns6.georgetown.edu."},
fqdn: "mail.proton.me.",
nss: []string{"ns1.proton.me.", "ns2.proton.me.", "ns3.proton.me."},
},
}