Skip to content

Commit

Permalink
Corrected tagkey CheckDestroy test func (#4602) (#3063)
Browse files Browse the repository at this point in the history
It got out of sync with changes to the api.yaml file from GoogleCloudPlatform/magic-modules#4565

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Mar 17, 2021
1 parent fb0ff2c commit 5d36552
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changelog/4602.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
3 changes: 1 addition & 2 deletions google-beta/resource_dataproc_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"

"google.golang.org/api/googleapi"

dataproc "google.golang.org/api/dataproc/v1beta2"
"google.golang.org/api/googleapi"
)

func TestDataprocExtractInitTimeout(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion google-beta/resource_tags_tag_key_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func testAccCheckTagsTagKeyDestroyProducer(t *testing.T) func(s *terraform.State

config := googleProviderConfig(t)

url, err := replaceVarsForTest(config, rs, "{{TagsBasePath}}{{name}}")
url, err := replaceVarsForTest(config, rs, "{{TagsBasePath}}tagKeys/{{name}}")
if err != nil {
return err
}
Expand Down

0 comments on commit 5d36552

Please sign in to comment.