Skip to content

Commit

Permalink
Correct test ref
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonbirdj committed Sep 10, 2020
1 parent 814ee82 commit 28d86bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_iot_ca_certificate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func TestAccAWSIoTCACertificate_certificate(t *testing.T) {
CheckDestroy: testAccCheckAWSIoTCACertificateDestroy_basic,
Steps: []resource.TestStep{
{
Config: testAccAWSIoTCertificate_keys_certificate,
Config: testAccAWSIoTCACertificate,
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttrSet("aws_iot_ca_certificate.foo", "arn"),
resource.TestCheckResourceAttrSet("aws_iot_ca_certificate.foo", "id"),
Expand Down

0 comments on commit 28d86bc

Please sign in to comment.