feignx icon indicating copy to clipboard operation
feignx copied to clipboard

400 - Bad Request will be sent to the Exception Handler

Open kdavisk6 opened this issue 6 years ago • 0 comments

See #22

Scenario: Simple HTTP request that results in a 4xx response code, is sent to the Exception Handler.

Given: a request is made to a known endpoint, When: the request is sent to the target, And: a response is returned with a 4xx response code Then: the exception handler is invoked.

Additional Context This test case should not attempt to decode the response into the desired response type because an error occurred. That should be up to the Exception Handler to manage.

kdavisk6 avatar May 16 '19 16:05 kdavisk6