Skip to content

Commit

Permalink
Adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotrek Witkowski committed Apr 12, 2022
1 parent 06915be commit 981eff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ describe('handle', () => {
authenticator._jwtVerifier.verify.mockImplementationOnce(async () => { throw new Error();});
return expect(authenticator.handle(getCloudfrontRequest())).resolves.toEqual(
{
status: 302,
status: '302',
headers: {
'location': [{
key: 'Location',
Expand Down

0 comments on commit 981eff2

Please sign in to comment.