Skip to content

Commit

Permalink
fix: custom authentication unit test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi8094 committed Dec 27, 2022
1 parent e72e14d commit e498e8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('custom authentication serverless-offline variable tests', function des

const json = await response.json()
assert.deepEqual(
json.event.requestContext.authorizer.expected,
json.event.requestContext.authorizer.lambda.expected,
'it works',
)
})
Expand Down

0 comments on commit e498e8e

Please sign in to comment.