Fabrício Borgatto
Results
2
comments of
Fabrício Borgatto
Have you had success mocking error responses?
Couldn't make it work using default. I defined my yaml. This is a part of the code: ``` responses: "200": description: successful operation schema: $ref: "#/definitions/user" 404: description: User not...