Skip to content

Commit be15fb5

Browse files
add TestAccProviderMeta_setModuleName test back to VCR tests (#4588) (#3056)
Signed-off-by: Modular Magician <[email protected]>
1 parent abaabc7 commit be15fb5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.changelog/4588.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/provider_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,6 @@ func TestAccProviderBasePath_setInvalidBasePath(t *testing.T) {
494494
}
495495

496496
func TestAccProviderMeta_setModuleName(t *testing.T) {
497-
// not expected to succeed yet. see https://github.com/hashicorp/terraform-provider-google/issues/7370
498-
skipIfVcr(t)
499497
t.Parallel()
500498

501499
moduleName := "my-module"

google-beta/resource_dataflow_flex_template_job_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1010
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
11-
"google.golang.org/api/compute/v1"
11+
compute "google.golang.org/api/compute/v1"
1212
)
1313

1414
func TestAccDataflowFlexTemplateJob_basic(t *testing.T) {

0 commit comments

Comments
 (0)