You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix aws_api_gateway handler not accepting combined headers and multiValueHeaders (Kludex#229)
* Fix aws_api_gateway handler not accepting combined headers and multiValueHeaders
* Fix test_aws_api_gateway.py::test_aws_api_gateway_scope_basic
* Formatting
* Fix test_aws_api_gateway_scope_basic again
There was a single space where there shouldn't have been one, so the assert failed.
* More reformatting
Lines were too long
* Okay now the linters should be happy
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36 OPR/39.0.2256.48", # noqa: E501
50
+
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) "
0 commit comments