provider/google: Provide valid config in acctest
The changes to allow for testing ID-only refresh conflict with passing in "" as Config for tests. In this case we instead construct a config with a known-non-existent bucket name.
This commit is contained in:
parent
18746ff733
commit
ce729c1a82
|
@ -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