Skip to content

Commit

Permalink
fixup! Add AWS ca-west-1 identity document certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
rvichery committed Feb 13, 2024
1 parent 283d46d commit ee44ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authority/provisioner/aws_test.go
Expand Up @@ -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")
}

0 comments on commit ee44ac1

Please sign in to comment.