Skip to content

Commit

Permalink
update test to ensure it passes when headers are capitalized
Browse files Browse the repository at this point in the history
  • Loading branch information
tcbyrd committed Mar 16, 2019
1 parent 1abd262 commit 3326623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('serverless-lambda', () => {
installation: { id: 1 }
},
headers: {
'x-github-event': 'issues',
'X-Github-Event': 'issues',
'x-github-delivery': 123
}
}
Expand Down

0 comments on commit 3326623

Please sign in to comment.