Skip to content

Commit

Permalink
provider/google: storage bucket tests shouldn't not check predefined_acl
Browse files Browse the repository at this point in the history
it was depreceted in hashicorp/terraform#3272
  • Loading branch information
phinze committed Oct 15, 2015
1 parent fe960b8 commit a33a68a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions resource_storage_bucket_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ func TestAccStorageCustomAttributes(t *testing.T) {
Check: resource.ComposeTestCheckFunc(
testAccCheckCloudStorageBucketExists(
"google_storage_bucket.bucket", &bucketName),
resource.TestCheckResourceAttr(
"google_storage_bucket.bucket", "predefined_acl", "publicReadWrite"),
resource.TestCheckResourceAttr(
"google_storage_bucket.bucket", "location", "EU"),
resource.TestCheckResourceAttr(
Expand All @@ -77,8 +75,6 @@ func TestAccStorageBucketUpdate(t *testing.T) {
Check: resource.ComposeTestCheckFunc(
testAccCheckCloudStorageBucketExists(
"google_storage_bucket.bucket", &bucketName),
resource.TestCheckResourceAttr(
"google_storage_bucket.bucket", "predefined_acl", "projectPrivate"),
resource.TestCheckResourceAttr(
"google_storage_bucket.bucket", "location", "US"),
resource.TestCheckResourceAttr(
Expand Down

0 comments on commit a33a68a

Please sign in to comment.