Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apollo-server-lambda tests: adapt mock ALB server for upgrade
CodeGenieApp/serverless-express#392 makes the handler return headers in the field matching the one where it receives request headers: `headers` or `multiValueHeaders`. (I guess this is a preference for ALB?) Our mock server needs to be consistent in which one it looks at. This is a test-only change.
- Loading branch information