Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix marshalling of array params with collectionFormat multi #292

Merged
merged 1 commit into from
Aug 6, 2018

Conversation

sjaensch
Copy link
Contributor

@sjaensch sjaensch commented Aug 6, 2018

array params are either already stringified or left as untouched if collectionFormat is multi. The latter case breaks with bravado-core 5.0.5 due to the behavior of the new encode_request_param function. An integration test failure in bravado-asyncio surfaced the issue. This PR fixes it.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.002%) to 98.445% when pulling 9ff5ccf on sjaensch:fix-marshalling-array-multi-params into a2827c6 on Yelp:master.

@sjaensch sjaensch merged commit 247ef4f into Yelp:master Aug 6, 2018
@sjaensch sjaensch deleted the fix-marshalling-array-multi-params branch August 6, 2018 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants