Skip to content

Commit

Permalink
Corrected tagkey CheckDestroy test func
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#4565
  • Loading branch information
melinath committed Mar 17, 2021
1 parent 16ca167 commit 1424196
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,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 1424196

Please sign in to comment.