-
Notifications
You must be signed in to change notification settings - Fork 299
Fix JSONRenderer when status_code is 204 NO CONTENT
#340
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
Conversation
Codecov Report
@@ Coverage Diff @@ ## develop #340 +/- ## =========================================== + Coverage 72.88% 73.02% +0.13% =========================================== Files 50 50 Lines 5676 5690 +14 =========================================== + Hits 4137 4155 +18 + Misses 1539 1535 -4
Continue to review full report at Codecov.
|
@dig3 thanks for the contribution! I appreciate the test coverage and reference to the relevant part of the spec.
This looks good to me. 👍
Closes #339
I found this bug while testing an API, and making request with the
fetch
client provided by React-Native.This is my first approach to fix the bug. Maybe there is a better way.