Skip to content

Commit

Permalink
Merge pull request hashicorp#575 from terraform-providers/paddy_uniqu…
Browse files Browse the repository at this point in the history
…e_bucket_name

Give bucket unique name in tests.
  • Loading branch information
paddycarver authored Oct 12, 2017
2 parents 559ad97 + 0455837 commit 2c93cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/resource_storage_bucket_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ func TestAccStorageBucket_forceDestroy(t *testing.T) {
),
},
resource.TestStep{
Config: testAccStorageBucket_customAttributes("idontexist"),
Config: testAccStorageBucket_customAttributes(acctest.RandomWithPrefix("tf-test-acl-bucket")),
Check: resource.ComposeTestCheckFunc(
testAccCheckStorageBucketMissing(bucketName),
),
Expand Down

0 comments on commit 2c93cc3

Please sign in to comment.