provider/aws: Change paginated test to use the correct configuration block

This commit is contained in:
stack72 2016-08-16 08:40:14 +01:00
parent 2e454181fc
commit f9e86a52cf
No known key found for this signature in database
GPG Key ID: 8619A619B085CB16
1 changed files with 2 additions and 2 deletions

View File

@ -45,9 +45,9 @@ func TestAccAWSPolicyAttachment_paginatedEntities(t *testing.T) {
CheckDestroy: testAccCheckAWSPolicyAttachmentDestroy,
Steps: []resource.TestStep{
resource.TestStep{
Config: testAccAWSPolicyAttachConfig,
Config: testAccAWSPolicyPaginatedAttachConfig,
Check: resource.ComposeTestCheckFunc(
testAccCheckAWSPolicyAttachmentExists("aws_iam_policy_attachment.test-attach", 101, &out),
testAccCheckAWSPolicyAttachmentExists("aws_iam_policy_attachment.test-paginated-attach", 101, &out),
),
},
},