Skip to content

Commit

Permalink
tests/resource/aws_codepipeline: Additional fixes for TestAccAWSCodeP…
Browse files Browse the repository at this point in the history
…ipelineWithNamespace
  • Loading branch information
bflad authored Apr 22, 2020
1 parent 0e18112 commit d982c30
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions aws/resource_aws_codepipeline_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,9 +397,6 @@ func TestAccAWSCodePipelineWithNamespace(t *testing.T) {
Check: resource.ComposeTestCheckFunc(
testAccCheckAWSCodePipelineExists(resourceName, &p1),
testAccMatchResourceAttrRegionalARN(resourceName, "arn", "codepipeline", regexp.MustCompile(fmt.Sprintf("test-pipeline-%s", name))),
resource.TestCheckResourceAttr(resourceName, "artifact_store.0.type", "S3"),
resource.TestCheckResourceAttr(resourceName, "artifact_store.0.encryption_key.0.id", "1234"),
resource.TestCheckResourceAttr(resourceName, "artifact_store.0.encryption_key.0.type", "KMS"),
resource.TestCheckResourceAttr(resourceName, "stage.0.action.0.namespace", "SourceVariables"),
),
},
Expand Down

0 comments on commit d982c30

Please sign in to comment.