Skip to content

Commit

Permalink
provider/google: one more test that should skip predefined_acl
Browse files Browse the repository at this point in the history
it was depreceted in #3272
  • Loading branch information
phinze committed Oct 15, 2015
1 parent 0efffc6 commit f6e525e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions builtin/providers/google/resource_storage_bucket_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit f6e525e

Please sign in to comment.