We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d98a1 commit a05505dCopy full SHA for a05505d
packages/testing/src/TestStack.ts
@@ -4,7 +4,6 @@ import { tmpdir } from 'node:os';
4
import { join } from 'node:path';
5
import {
6
type ICloudAssemblySource,
7
- RequireApproval,
8
StackSelectionStrategy,
9
Toolkit,
10
} from '@aws-cdk/toolkit-lib';
@@ -148,7 +147,6 @@ class TestStack {
148
147
strategy: StackSelectionStrategy.ALL_STACKS,
149
},
150
outputsFile: outputFilePath,
151
- requireApproval: RequireApproval.NEVER,
152
});
153
154
this.outputs = JSON.parse(await readFile(outputFilePath, 'utf-8'))[
0 commit comments