provider/google: one more test that should skip predefined_acl

it was depreceted in https://github.com/hashicorp/terraform/pull/3272
This commit is contained in:
Paul Hinze 2015-10-14 22:36:01 -05:00
parent a33a68a038
commit bc31f8bc41

View File

@ -27,8 +27,6 @@ func TestAccStorage_basic(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(