Skip to content

Commit a05505d

Browse files
committed
chore: remove deprecated prop
1 parent f4d98a1 commit a05505d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/testing/src/TestStack.ts

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { tmpdir } from 'node:os';
44
import { join } from 'node:path';
55
import {
66
type ICloudAssemblySource,
7-
RequireApproval,
87
StackSelectionStrategy,
98
Toolkit,
109
} from '@aws-cdk/toolkit-lib';
@@ -148,7 +147,6 @@ class TestStack {
148147
strategy: StackSelectionStrategy.ALL_STACKS,
149148
},
150149
outputsFile: outputFilePath,
151-
requireApproval: RequireApproval.NEVER,
152150
});
153151

154152
this.outputs = JSON.parse(await readFile(outputFilePath, 'utf-8'))[

0 commit comments

Comments
 (0)