Skip to content

Commit 8fa08dd

Browse files
authored
Fixed cloudbilling tests (GoogleCloudPlatform#17481)
1 parent e1b97d6 commit 8fa08dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mmv1/templates/terraform/custom_check_destroy/billing_project_info.go.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
config := acctest.GoogleProviderConfig(t)
77

8-
url, err := tpgresource.ReplaceVarsForTest(config, rs, "{{"{{"}}CoreBillingBasePath{{"}}"}}projects/{{"{{"}}project{{"}}"}}/billingInfo")
8+
url, err := tpgresource.ReplaceVarsForTest(config, rs, transport_tpg.BaseUrl(cloudbilling.Product, config)+"projects/{{"{{"}}project{{"}}"}}/billingInfo")
99
if err != nil {
1010
return err
1111
}

0 commit comments

Comments
 (0)