Closed roberttaylor426 closed 2 years ago
Hi! Thanks for finding and reporting this. To my mind, this shouldn't have changed (but it obviously has), so I think it's a bug. I would be really grateful if you could provide a pull request, then I'll make a new release asap :)
Hi,
Thanks for the great library!
Having updated to version
0.2.13
from0.2.12
I'm now seeing an NPE when stubbing a server that only returns status 500, with no body specified. For example:yields:
If I provide an empty body, there is no exception. Is specifying a body now mandatory?
Thanks!