Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hogan Bobertz committed Sep 19, 2023
1 parent dc38e57 commit 32dd15f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -591,8 +591,8 @@ integTest(
]);
const stackArn = await fixture.cdk([
'deploy',
'migrate-stack'
])
'migrate-stack',
]);
const response = await fixture.aws.cloudFormation('describeStacks', {
StackName: stackArn,
});
Expand Down

0 comments on commit 32dd15f

Please sign in to comment.