X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ed0067ee9964c70f646a5f4f72c1302cc19c007c..a04ea95e79c60ed2a54eaec5b5c2e235fe39ef9a:/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)