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

Validate empty request body fix #713

Merged
merged 1 commit into from
Nov 3, 2023
Merged

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Nov 3, 2023

Fixes #702

Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Merging #713 (f5f5792) into master (12baa10) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #713   +/-   ##
=======================================
  Coverage   91.18%   91.18%           
=======================================
  Files         129      129           
  Lines        4118     4120    +2     
  Branches      502      503    +1     
=======================================
+ Hits         3755     3757    +2     
  Misses        296      296           
  Partials       67       67           
Files Coverage Δ
openapi_core/validation/request/validators.py 88.21% <100.00%> (+0.07%) ⬆️

@p1c2u p1c2u merged commit 06d768f into master Nov 3, 2023
17 checks passed
@p1c2u p1c2u deleted the fix/validate-empty-request-body-fix branch November 3, 2023 20:39
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.

[Bug]: Won’t validate empty request body even if it satisfies the schema
1 participant