You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In bravado v9, this line is raising a bravado_core.exception.SwaggerMappingError in case that the request param type is not satisfied.
This is totally fine in a common scenario, but in a testing scenario where you want to test multiple input combinations, the typical approach would be disabling validate_requests config option, but this does not work, since the exception would be raised anyway.
I think we should change this behavior. If you agree, I can try to provide a PR with the fix.
The text was updated successfully, but these errors were encountered:
In bravado
v9
, this line is raising abravado_core.exception.SwaggerMappingError
in case that the request param type is not satisfied.This is totally fine in a common scenario, but in a testing scenario where you want to test multiple input combinations, the typical approach would be disabling
validate_requests
config option, but this does not work, since the exception would be raised anyway.I think we should change this behavior. If you agree, I can try to provide a PR with the fix.
The text was updated successfully, but these errors were encountered: