X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/72aa70eec7693bfb5d46a4bdac3619b3c6b1f79c..79aca915815d298d2c20546108284627ee6cb84b:/services/api/test/test_helper.rb diff --git a/services/api/test/test_helper.rb b/services/api/test/test_helper.rb index 216dd2d02d..5ea6e62bfa 100644 --- a/services/api/test/test_helper.rb +++ b/services/api/test/test_helper.rb @@ -25,7 +25,7 @@ require 'rails/test_help' module ArvadosTestSupport def json_response - ActiveSupport::JSON.decode @response.body + Oj.load response.body end def api_token(api_client_auth_name)