Forum Discussion

WilliamWilliams's avatar
WilliamWilliams
Occasional Contributor
2 years ago

Is it possible to simulate a 500 or other non-200 response with AutoMocking?

In order to test my api in SwaggerHub it'd be nice to simulate the response for a 500, 201, 400, etc and make sure that the format of the response is what I expect.  Is this possible?  When I try a n...