bastion-dev / Bastion

Java test library for HTTP APIs
http://bastion.rocks
GNU General Public License v3.0
13 stars 8 forks source link

#73: Fixed an issue such that when binding a model fails, the response still gets printed. #74

Closed KPull closed 7 years ago

KPull commented 7 years ago

Related issue: #73.

I changed the call() method so that it keeps the raw response received which is then sent to the events, in case of failure. This will allow the Response Printer to print the response even when we don't have a ModelResponse.

KPull commented 7 years ago

Merging! :shipit: