Skip to content

Commit

Permalink
integ tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bergjaak committed May 8, 2024
1 parent a8c90d9 commit 4d7f958
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,6 @@ integTest('cdk diff --quiet does not print \'There were no differences\' message
}));

integTest('cdk diff picks up changes that are only present in changeset', withDefaultFixture(async (fixture) => {
// eslint-disable-next-line no-console
const ssmClient = new SSM.SSMClient();
await ssmClient.send(new SSM.PutParameterCommand(
{
Expand Down Expand Up @@ -974,7 +973,6 @@ integTest('cdk diff picks up changes that are only present in changeset', withDe

// WHEN
const diff = await fixture.cdk(['diff', fixture.fullStackName('queue-name-defined-by-ssm-param')]);

`
Resources
[~] AWS::SQS::Queue DiffFromChangeSetQueue DiffFromChangeSetQueue06622C07 replace
Expand Down

0 comments on commit 4d7f958

Please sign in to comment.