Skip to content

Commit 3326623

Browse files
committed
update test to ensure it passes when headers are capitalized
1 parent 1abd262 commit 3326623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe('serverless-lambda', () => {
2525
installation: { id: 1 }
2626
},
2727
headers: {
28-
'x-github-event': 'issues',
28+
'X-Github-Event': 'issues',
2929
'x-github-delivery': 123
3030
}
3131
}

0 commit comments

Comments
 (0)