Skip to content

Commit 7e2eb76

Browse files
committed
integ
1 parent b8c47a8 commit 7e2eb76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@aws-cdk-testing/cli-integ/tests/cli-integ-tests/destroy/cdk-destroy-stage-only.integtest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ import { DescribeStacksCommand } from '@aws-sdk/client-cloudformation';
22
import { integTest, withDefaultFixture } from '../../../lib';
33

44
integTest('cdk destroy can destroy stacks in stage-only configuration', withDefaultFixture(async (fixture) => {
5+
const integStackSet = 'stage-only';
6+
57
const stageNameSuffix = 'stage';
68
const specifiedStackName = `${stageNameSuffix}/*`;
79

8-
const integStackSet = 'stage-only';
9-
1010
await fixture.cdkDeploy(specifiedStackName, {
1111
modEnv: {
1212
INTEG_STACK_SET: integStackSet,

0 commit comments

Comments
 (0)