airborne icon indicating copy to clipboard operation
airborne copied to clipboard

PUT request with no request_body and error messaging issue

Open kmancusi opened this issue 5 years ago • 1 comments

I updated to the latest version of this gem (0.3.4), and I'm getting a generic JSON syntax error in my test Expected BEGIN_OBJECT but was STRING at line 1 column 2 path $

When, before, I was getting a defined message: Request body cannot be empty

From looking over what changed in rest_client_requester.rb, is it no longer possible to have no request_body?

kmancusi avatar Jul 24 '20 16:07 kmancusi

Looks like this was fixed in https://github.com/brooklynDev/airborne/pull/158.

taylorthurlow avatar Oct 07 '20 19:10 taylorthurlow