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