See original comment [here](https://github.com/ahx/openapi_first/pull/435#issuecomment-3725778868). Symptom: If a request is ignored using the `ignore_request_error` delegate in `test.configuration`, it will still raise errors for `UnknownQueryParameterError`. Expectation: Ignored requests do not raise schema errors.
See original comment here.
Symptom:
If a request is ignored using the
ignore_request_errordelegate intest.configuration, it will still raise errors forUnknownQueryParameterError.Expectation:
Ignored requests do not raise schema errors.