Hi,
I just made a pull request (#48) that should solve an issue matching response bodies like this:
response:
'401':
$ref: '#/components/responses/Unauthorized'
This is because the 'content' tag is not present and you suppose there is no body in the response.
According to swagger specification, the example above is well formed (https://swagger.io/docs/specification/describing-responses/).
Thanks!
Hi,
I just made a pull request (#48) that should solve an issue matching response bodies like this:
This is because the 'content' tag is not present and you suppose there is no body in the response.
According to swagger specification, the example above is well formed (https://swagger.io/docs/specification/describing-responses/).
Thanks!