Skip to content

Commit

Permalink
change test name to better describe multi bucket scenario
Browse files Browse the repository at this point in the history
issue: [hashicorp#877]
  • Loading branch information
xchapter7x committed Aug 10, 2017
1 parent 0760f58 commit 4a91e7d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions aws/resource_aws_s3_bucket_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,11 @@ func TestAccAWSS3Bucket_basic(t *testing.T) {
})
}

func TestAccAWSS3Bucket_withTags(t *testing.T) {
func TestAccAWSS3MultiBucket_withTags(t *testing.T) {
for i := 0; i < 10; i++ {
rInt := acctest.RandInt()
resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
/*
IDRefreshName: "aws_s3_bucket.bucket",
IDRefreshIgnore: []string{"force_destroy"},
*/
PreCheck: func() { testAccPreCheck(t) },
Providers: testAccProviders,
CheckDestroy: testAccCheckAWSS3BucketDestroy,
Steps: []resource.TestStep{
Expand Down

0 comments on commit 4a91e7d

Please sign in to comment.