Skip to content

Commit

Permalink
test for app context
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Mar 12, 2024
1 parent aae1861 commit 79cd494
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,7 @@ export class StackSetPipelineStack extends Stack {
}
}

const app = new App({
postCliContext: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
const app = new App();
const stack = new StackSetPipelineStack(app, 'StackSetPipelineStack');
new IntegTest(app, 'StackSetPipelineStackInteg', {
testCases: [stack],
Expand Down

0 comments on commit 79cd494

Please sign in to comment.