Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix request body encoding #195

Merged
merged 1 commit into from
Jun 8, 2020
Merged

Fix request body encoding #195

merged 1 commit into from
Jun 8, 2020

Conversation

edgurgel
Copy link
Owner

@edgurgel edgurgel commented Jun 8, 2020

It fixes #193

This forces body arguments to be maps. The guard is_map will blow up if a keyword/list is passed. This will hopefully be useful for people upgrading to Tentacat 2.0.*

@edgurgel edgurgel merged commit e31cb77 into master Jun 8, 2020
@edgurgel edgurgel deleted the fix-body-json branch June 8, 2020 09:40
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.3%) to 92.0% when pulling 13b139b on fix-body-json into dad5e7a on master.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Tentacat 2.0] Problems parsing JSON (github response)
2 participants