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

Non required request body fix #325

Merged
merged 1 commit into from
May 14, 2021
Merged

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented May 14, 2021

Raises MissingRequiredRequestBody instead of MissingRequestBody

Fixes #324

@p1c2u p1c2u force-pushed the fix/non-required-request-body-fix branch from 019ce56 to b4074a3 Compare May 14, 2021 10:53
@codecov
Copy link

codecov bot commented May 14, 2021

Codecov Report

Merging #325 (4b55054) into master (3798362) will decrease coverage by 0.04%.
The diff coverage is 94.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #325      +/-   ##
==========================================
- Coverage   96.32%   96.28%   -0.05%     
==========================================
  Files          80       80              
  Lines        1553     1563      +10     
==========================================
+ Hits         1496     1505       +9     
- Misses         57       58       +1     
Impacted Files Coverage Δ
openapi_core/exceptions.py 86.84% <87.50%> (-0.26%) ⬇️
openapi_core/validation/request/validators.py 95.83% <100.00%> (+0.07%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3798362...4b55054. Read the comment docs.

@p1c2u p1c2u force-pushed the fix/non-required-request-body-fix branch from b4074a3 to 4b55054 Compare May 14, 2021 10:58
@p1c2u p1c2u merged commit 56450d3 into master May 14, 2021
@p1c2u p1c2u deleted the fix/non-required-request-body-fix branch May 14, 2021 11:08
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.

Library does not support optional request body
1 participant