Skip to content

Commit 0bc517b

Browse files
trentrosenbaumburythehammer
authored andcommitted
Updates to pro sub and db for tests
1 parent cd683b2 commit 0bc517b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

provider/resource_rediscloud_active_active_subscription_peering_test.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ package provider
22

33
import (
44
"fmt"
5+
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/acctest"
6+
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
57
"os"
68
"regexp"
79
"testing"
8-
9-
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/acctest"
10-
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1110
)
1211

1312
func TestAccResourceRedisCloudActiveActiveSubscriptionPeering_aws(t *testing.T) {

0 commit comments

Comments
 (0)