Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Sep 3, 2024
1 parent 16e2b30 commit 43f5860
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ describe('auto scaling group', () => {
});
});

testDeprecated('can configure EBS health check', () => {
testDeprecated('can configure ELB health check', () => {
// GIVEN
const stack = new cdk.Stack(undefined, 'MyStack', { env: { region: 'us-east-1', account: '1234' } });
const vpc = mockVpc(stack);
Expand Down

0 comments on commit 43f5860

Please sign in to comment.