We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c47a8 commit 7e2eb76Copy full SHA for 7e2eb76
packages/@aws-cdk-testing/cli-integ/tests/cli-integ-tests/destroy/cdk-destroy-stage-only.integtest.ts
@@ -2,11 +2,11 @@ import { DescribeStacksCommand } from '@aws-sdk/client-cloudformation';
2
import { integTest, withDefaultFixture } from '../../../lib';
3
4
integTest('cdk destroy can destroy stacks in stage-only configuration', withDefaultFixture(async (fixture) => {
5
+ const integStackSet = 'stage-only';
6
+
7
const stageNameSuffix = 'stage';
8
const specifiedStackName = `${stageNameSuffix}/*`;
9
- const integStackSet = 'stage-only';
-
10
await fixture.cdkDeploy(specifiedStackName, {
11
modEnv: {
12
INTEG_STACK_SET: integStackSet,
0 commit comments