pull/773/head
Herman Slatman 2 years ago
parent a2c9b5cd7e
commit a5d33512fe
No known key found for this signature in database
GPG Key ID: F4D8A44EA0A75A4F

@ -1229,7 +1229,7 @@ func Test_canonicalize(t *testing.T) {
CommonName: "127.0.0.1",
},
DNSNames: []string{"example.com"},
IPAddresses: []net.IP{net.ParseIP("192.168.42.42"), net.ParseIP("192.168.43.42")},
IPAddresses: []net.IP{net.ParseIP("127.0.0.1"), net.ParseIP("192.168.42.42"), net.ParseIP("192.168.43.42")},
},
},
}

Loading…
Cancel
Save