From ee44ac104dfe506732af754b82d8acddf3950b72 Mon Sep 17 00:00:00 2001 From: Remi Vichery Date: Tue, 13 Feb 2024 08:54:24 -0800 Subject: [PATCH] fixup! Add AWS ca-west-1 identity document certificate --- authority/provisioner/aws_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authority/provisioner/aws_test.go b/authority/provisioner/aws_test.go index 4a016f2b..f2485e93 100644 --- a/authority/provisioner/aws_test.go +++ b/authority/provisioner/aws_test.go @@ -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") }