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
It seems the library only supports JSON responses. I have an endpoint that returns an image, and the result of testing it is a JSON::ParserError. There are a number of places where the response is parsed as JSON, but the first one where the error occurs is in the response_body method of validator.rb.
The text was updated successfully, but these errors were encountered:
It seems the library only supports JSON responses. I have an endpoint that returns an image, and the result of testing it is a
JSON::ParserError
. There are a number of places where the response is parsed as JSON, but the first one where the error occurs is in theresponse_body
method of validator.rb.The text was updated successfully, but these errors were encountered: