Skip to content

Commit f15b0cf

Browse files
committed
clean up
1 parent 02a2fc2 commit f15b0cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-ec2/test/integ.vpc-endpoint-service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ class TestStack extends cdk.Stack {
1717
vpcEndpointServiceLoadBalancers: [loadBalancer],
1818
acceptanceRequired: true,
1919
contributorInsights: true,
20-
supportedIpAddressTypes: [ec2.IpAddressType.IPV4], // change to ipv4 and re-run
21-
allowedRegions: ['us-east-1', 'eu-west-1'], // Test the new allowedRegions property
20+
supportedIpAddressTypes: [ec2.IpAddressType.IPV4],
21+
allowedRegions: ['us-east-2'],
2222
});
2323
}
2424
}

0 commit comments

Comments
 (0)