Skip to content

Commit e036402

Browse files
authored
Remove hardecoded region in integ test
1 parent 4ff6613 commit e036402

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-ecs/test/integ.managedinstances-no-default-capacity-provider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ new ecs.FargateService(stack, 'ManagedInstancesService', {
101101

102102
new integ.IntegTest(app, 'ManagedInstancesCapacityProviders', {
103103
testCases: [stack],
104-
regions: ['us-west-2'],
105104
});
106105

107106
app.synth();

0 commit comments

Comments
 (0)