Skip to content

Commit c3ce6f6

Browse files
committed
integ namte
1 parent d43bd49 commit c3ce6f6

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-nonexistent-stack.integtest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ integTest('cdk destroy with no force option exits without prompt if the stacks d
1616
})).resolves.not.toThrow();
1717
}));
1818

19-
integTest('cdk destroy does not fail with wildcard pattern that matches no stacks', withDefaultFixture(async (fixture) => {
20-
await expect(fixture.cdkDestroy('NonExistent*')).resolves.not.toThrow();
19+
integTest('cdk destroy does not fail even if the stages do not exist', withDefaultFixture(async (fixture) => {
20+
await expect(fixture.cdkDestroy('NonExistent/*')).resolves.not.toThrow();
2121
}));

0 commit comments

Comments
 (0)