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

fix custom format checker not found test #190

Merged
merged 1 commit into from Feb 1, 2023

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Feb 1, 2023

openapi-schema-validator 0.4.2 fixed the following issue:

  • Missing format checker for format no longer raise FormatError

This means it will no longer raise spec OpenAPIValidationError error

Fixes #189

@codecov
Copy link

codecov bot commented Feb 1, 2023

Codecov Report

Merging #190 (9271220) into master (5f45fc6) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #190   +/-   ##
=======================================
  Coverage   92.38%   92.38%           
=======================================
  Files          13       13           
  Lines         420      420           
  Branches       61       61           
=======================================
  Hits          388      388           
  Misses         22       22           
  Partials       10       10           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@p1c2u p1c2u merged commit 602ec11 into master Feb 1, 2023
@p1c2u p1c2u deleted the fix/openapi-schema-validator-0-4-2 branch February 1, 2023 07:54
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.

Test failure with openapi-schema-validator 0.4.2
1 participant