🐛 Fixed
- Deduplicate failures from
negative_data_rejection
by response status code.
It makes Schemathesis display more different failures for this check. - Query parameter serialization during the coverage phase.
- Apply custom auth data correctly during the coverage phase.
- Apply parameter overrides during the coverage phase.
- Incorrect quantifiers merging for some patterns. #2732
🔧 Changed
- Do not report
unsupported_method
failure if the API returned HTTP 200 on the OPTIONS request. - More precise warning about missing 2xx responses for positive test cases.
- Add HTTP 406 status to the list of status codes that are expected for negative test cases.