Skip to content

Commit d21a21e

Browse files
committed
CCM-11870 Typo
1 parent d1d314f commit d21a21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/authorizer/src/__tests__/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ test('returns Deny policy when authorisation succeeds but clientId is missing',
127127
);
128128
});
129129

130-
test('returns Deny policy when authorize succeeds but clientId is empty/whitespace', async () => {
130+
test('returns Deny policy when authorisation succeeds but clientId is empty/whitespace', async () => {
131131
lambdaCognitoAuthorizer.authorize.mockResolvedValue({
132132
success: true,
133133
subject: 'sub',

0 commit comments

Comments
 (0)