Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Raise a warning when request validation causes a response validation failure #80

Merged
merged 1 commit into from
Jun 21, 2020

Commits on May 27, 2020

  1. Raise a warning when request validation causes a response validation …

    …failure
    
    The request validator can raise a 400 error if the incoming request fails
    the validation implied by the spec. If the spec does not allow a matching
    400 response from this endpoint, that error will be lost and replaced with
    a validation error for a bad response code. While we already log the relevant
    information, this adds a warning to explicitly alert programmers that they
    have erred with their API specification.
    MatthewWilkes committed May 27, 2020
    Configuration menu
    Copy the full SHA
    498f449 View commit details
    Browse the repository at this point in the history