@@ -800,7 +800,6 @@ func TestSubscription_ListActiveActiveRegions(t *testing.T) {
800
800
"subscriptionId": 1986,
801
801
"regions": [
802
802
{
803
- "regionId": 12,
804
803
"region": "us-east-1",
805
804
"deploymentCidr": "192.169.0.0/24",
806
805
"vpcId": "vpc-0e828cd5c0c580389",
@@ -817,7 +816,6 @@ func TestSubscription_ListActiveActiveRegions(t *testing.T) {
817
816
"links": []
818
817
},
819
818
{
820
- "regionId": 19,
821
819
"region": "us-east-2",
822
820
"deploymentCidr": "11.0.1.0/24",
823
821
"vpcId": "vpc-0aecab539b31057a5",
@@ -867,15 +865,13 @@ func listRegionsExpected() []*subscriptions.ActiveActiveRegion {
867
865
868
866
// Initialize regions
869
867
region1Struct := & subscriptions.ActiveActiveRegion {
870
- RegionId : redis .Int (12 ),
871
868
Region : redis .String ("us-east-1" ),
872
869
DeploymentCIDR : redis .String ("192.169.0.0/24" ),
873
870
VpcId : redis .String ("vpc-0e828cd5c0c580389" ),
874
871
Databases : []subscriptions.ActiveActiveDatabase {database },
875
872
}
876
873
877
874
region2Struct := & subscriptions.ActiveActiveRegion {
878
- RegionId : redis .Int (19 ),
879
875
Region : redis .String ("us-east-2" ),
880
876
DeploymentCIDR : redis .String ("11.0.1.0/24" ),
881
877
VpcId : redis .String ("vpc-0aecab539b31057a5" ),
0 commit comments