Skip to content

Commit 79cd494

Browse files
committed
test for app context
1 parent aae1861 commit 79cd494

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

  • packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/cloudformation

packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/cloudformation/integ.stacksets.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,7 @@ export class StackSetPipelineStack extends Stack {
7676
}
7777
}
7878

79-
const app = new App({
80-
postCliContext: {
81-
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
82-
},
83-
});
79+
const app = new App();
8480
const stack = new StackSetPipelineStack(app, 'StackSetPipelineStack');
8581
new IntegTest(app, 'StackSetPipelineStackInteg', {
8682
testCases: [stack],

0 commit comments

Comments
 (0)