Skip to content

Commit

Permalink
Test helpers added
Browse files Browse the repository at this point in the history
  • Loading branch information
Naumel committed Nov 4, 2022
1 parent 74163c8 commit 9356393
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/aws-cdk/test/integ/helpers/cdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export interface CdkModernBootstrapCommandOptions extends CommonCdkBootstrapComm
readonly template?: string;

/**
* @default false
* @default undefined
*/
readonly terminationProtection?: boolean;

Expand Down Expand Up @@ -428,9 +428,9 @@ export class TestFixture {
if (options.defaultPermissionsBoundary) {
args.push('--create-default-permissions-boundary');
}
if (options.customPermissionsBoundary) {
args.push('--create-default-permissions-boundary', options.customPermissionsBoundary);
}
// if (options.customPermissionsBoundary) {
// args.push('--permissions-boundary', options.customPermissionsBoundary);
// }

return this.cdk(args, {
...options.cliOptions,
Expand Down

0 comments on commit 9356393

Please sign in to comment.