Skip to content

Commit

Permalink
resource.Test to vcrTest (#3705) (#2227)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jun 24, 2020
1 parent ebcb0e8 commit e310f16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/3705.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 1 addition & 1 deletion google-beta/data_source_google_redis_instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
func TestAccRedisInstanceDatasource_basic(t *testing.T) {
t.Parallel()

resource.Test(t, resource.TestCase{
vcrTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Providers: testAccProviders,
Steps: []resource.TestStep{
Expand Down

0 comments on commit e310f16

Please sign in to comment.