You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I updated to the latest version of this gem (
0.3.4
), and I'm getting a generic JSON syntax error in my testExpected 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?The text was updated successfully, but these errors were encountered: