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 0efffc67f0
commit f6e525e531
1 changed files with 0 additions and 2 deletions

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(