Skip to content

Commit

Permalink
Update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinZZ committed Jul 10, 2024
1 parent e64de27 commit 71952fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-apigateway/test/method.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ describe('method', () => {

});

test('Method options Auth Scopes is picked up', () => {
test('Method options Authorization Scopes is picked up', () => {
// GIVEN
const stack = new cdk.Stack();
const api = new apigw.RestApi(stack, 'test-api', {
Expand Down

0 comments on commit 71952fb

Please sign in to comment.