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{
|
||||
Config: "",
|
||||
Config: testGoogleStorageBucketsReaderCustomAttributes("idontexist"),
|
||||
Check: resource.ComposeTestCheckFunc(
|
||||
testAccCheckCloudStorageBucketMissing(bucketName),
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue