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
defassert_valid_json(response,msg=nil)full_message=build_message(msg,"response should be valid JSON")assert_block(full_message)doparsable=beginJSON.parselast_response.bodytruerescueJSON::ParserErrorfalseendparsable && last_response.header['Content-Type'].include?("application/json")endend
The text was updated successfully, but these errors were encountered:
something like:
The text was updated successfully, but these errors were encountered: