Skip to content

Commit

Permalink
fix: integ test
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Apr 29, 2024
1 parent 1b1c3d0 commit 262fb29
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -6,12 +6,12 @@ import * as redshift from '../lib';

const app = new cdk.App({
context: {
'availability-zones:account=214794239830:region=us-east-1': ['us-east-1a', 'us-east-1b', 'us-east-1c'],
'availability-zones:account=123456789012:region=us-east-1': ['us-east-1a', 'us-east-1b', 'us-east-1c'],
},
});
const stack = new cdk.Stack(app, 'MultiAzRedshift', {
env: {
account: '214794239830',
account: '123456789012',
region: 'us-east-1',
},
});
Expand Down

0 comments on commit 262fb29

Please sign in to comment.