Merge pull request #6842 from hashicorp/b-google-acctest-TestAccStorageForceDestroy
provider/google: Provide valid config in acctest
This commit is contained in:
commit
a764238d7d
|
@ -117,7 +117,7 @@ func TestAccStorageForceDestroy(t *testing.T) {
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
resource.TestStep{
|
resource.TestStep{
|
||||||
Config: "",
|
Config: testGoogleStorageBucketsReaderCustomAttributes("idontexist"),
|
||||||
Check: resource.ComposeTestCheckFunc(
|
Check: resource.ComposeTestCheckFunc(
|
||||||
testAccCheckCloudStorageBucketMissing(bucketName),
|
testAccCheckCloudStorageBucketMissing(bucketName),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue