Skip to content

Commit c9e4448

Browse files
author
Michael Kaiser
committed
Fix api-gateway-lambda-token-authorizer
1 parent 508c186 commit c9e4448

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

typescript/api-gateway-lambda-token-authorizer/test/stack/gateway-lambda-auth-stack.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ describe('Snapshot', () => {
99
const app = new App();
1010
const stack = new GatewayLambdaAuth(app, 'test-api-gateway-lambda-auth');
1111
const template = Template.fromStack(stack);
12-
12+
1313
// Normalize the template before snapshot comparison
1414
const normalizedTemplate = normalizeTemplate(template.toJSON());
1515
expect(normalizedTemplate).toMatchSnapshot();
1616
});
17-
1817
})
1918

0 commit comments

Comments
 (0)