Jesvin Jose

Results 4 comments of Jesvin Jose

Looks like this was fixed in [upcoming version](https://github.com/Kong/httpsnippet/commit/bf019b3c891e14c4b8437ed67322252a2c995ac3) of upstream package httpsnippet. @AndrewBastin shall we wait till they release new version?

Few other contexts where better error message will help. Doing `POST https://mockbin.com` just shows "Could not send request". It should inform the user it was a CORS error. Console shows:...

@liyasthomas Seems `.toHaveProperty` is not implemented in codebase and confirmed by @AndrewBastin . There are defunct tests in `postwomanTesting.sample` and there is [a section](https://docs.hoppscotch.io/quickstart/tests#tohavepropertyattribute) about this in docs. Seems we...

My workaround is having handlers for both `RequestValidationError` and `Exception`. If I were to disable the `RequestValidationError` handler, the `Exception` would handle it (against my expectations). ``` app = APIGatewayRestResolver(enable_validation=True)...