fixup! Add AWS ca-west-1 identity document certificate

This commit is contained in:
Remi Vichery
2024-02-13 08:54:24 -08:00
parent 283d46d9a7
commit ee44ac104d

View File

@@ -896,5 +896,5 @@ func TestAWS_HardcodedCertificates(t *testing.T) {
assert.True(t, cert.NotAfter.After(time.Now()))
certs = append(certs, cert)
}
assert.Len(t, 15, certs, "expected 14 certificates in aws_certificates.pem")
assert.Len(t, 15, certs, "expected 15 certificates in aws_certificates.pem")
}