-
Notifications
You must be signed in to change notification settings - Fork 4
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 build_mock_url()
for requests with multipart body with string and raw values
#40
Fix build_mock_url()
for requests with multipart body with string and raw values
#40
Conversation
c1d84e4
to
d446a73
Compare
This reverts commit 9c10c9f which requires nealrichardson/httptest2#40
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this.
Co-authored-by: Neal Richardson <[email protected]>
I'm adding tests for the raw data case. For the failing R-CMD-check in windows due to #42, I would add a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for taking another pass at this. A couple of suggestions to hopefully solve the Windows issue (for this PR; we'll have to look again at #42) and finish this up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for doing this!
build_mock_url()
for requests with multipart body with string valuesbuild_mock_url()
for requests with multipart body with string and raw values
FIX #39