Skip to content

Commit

Permalink
remove notice for apigatewayv2 from notices.test.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Sumu <sumughan@amazon.com>
  • Loading branch information
sumupitchayan committed Dec 1, 2023
1 parent 4dd4b12 commit c9b5729
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/aws-cdk/test/notices.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,6 @@ const FRAMEWORK_2_1_0_AFFECTED_NOTICE = {
schemaVersion: '1',
};

const NOTICE_FOR_APIGATEWAYV2 = {
title: 'Regression on module foobar',
issueNumber: 1234,
overview: 'Some bug description',
components: [{
name: '@aws-cdk/aws-apigatewayv2-alpha.',
version: '<= 2.13.0-alpha.0',
}],
schemaVersion: '1',
};

const NOTICE_FOR_APIGATEWAY = {
title: 'Regression on module foobar',
issueNumber: 1234,
Expand Down

0 comments on commit c9b5729

Please sign in to comment.