Skip to content

Commit

Permalink
Fix missing 'CheckACMPCACertificateAuthorityActivateCA' -> 'CheckACMP…
Browse files Browse the repository at this point in the history
…CACertificateAuthorityActivateRootCA' renames.
  • Loading branch information
ewbankkit committed Jan 6, 2022
1 parent 2c17e80 commit a128aee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/service/ec2/customer_gateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func TestAccEC2CustomerGateway_certificate(t *testing.T) {
Check: resource.ComposeTestCheckFunc(
acctest.CheckACMPCACertificateAuthorityExists(acmRootCAResourceName, &caRoot),
acctest.CheckACMPCACertificateAuthorityExists(acmSubordinateCAResourceName, &caSubordinate),
acctest.CheckACMPCACertificateAuthorityActivateCA(&caRoot),
acctest.CheckACMPCACertificateAuthorityActivateRootCA(&caRoot),
acctest.CheckACMPCACertificateAuthorityActivateSubordinateCA(&caRoot, &caSubordinate),
),
},
Expand Down
2 changes: 1 addition & 1 deletion internal/service/kafka/cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ func TestAccKafkaCluster_ClientAuthenticationTLS_certificateAuthorityARNs(t *tes
Config: testAccClusterConfigRootCA(commonName),
Check: resource.ComposeTestCheckFunc(
acctest.CheckACMPCACertificateAuthorityExists(acmCAResourceName, &ca),
acctest.CheckACMPCACertificateAuthorityActivateCA(&ca),
acctest.CheckACMPCACertificateAuthorityActivateRootCA(&ca),
),
},
{
Expand Down

0 comments on commit a128aee

Please sign in to comment.