Skip to content

Commit

Permalink
add TestAccProviderMeta_setModuleName test back to VCR tests (#4588) (#…
Browse files Browse the repository at this point in the history
…3056)

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

```
2 changes: 0 additions & 2 deletions google-beta/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,6 @@ func TestAccProviderBasePath_setInvalidBasePath(t *testing.T) {
}

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

moduleName := "my-module"
Expand Down
2 changes: 1 addition & 1 deletion google-beta/resource_dataflow_flex_template_job_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
"google.golang.org/api/compute/v1"
compute "google.golang.org/api/compute/v1"
)

func TestAccDataflowFlexTemplateJob_basic(t *testing.T) {
Expand Down

0 comments on commit be15fb5

Please sign in to comment.