X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/696e9cc71bb82411bb73148e5cdf1d68b11b709b..1059fd1f9e22ebcae51413d2b0fde0416c71c79b:/services/api/test/test_helper.rb diff --git a/services/api/test/test_helper.rb b/services/api/test/test_helper.rb index 8c12ffb5df..a81bfdf9e4 100644 --- a/services/api/test/test_helper.rb +++ b/services/api/test/test_helper.rb @@ -20,5 +20,14 @@ class ActiveSupport::TestCase # Add more helper methods to be used by all tests here... end +class ActionDispatch::IntegrationTest + def jresponse + @jresponse ||= ActiveSupport::JSON.decode @response.body + end + def auth auth_fixture + {'HTTP_AUTHORIZATION' => "OAuth2 #{api_client_authorizations(auth_fixture).api_token}"} + end +end + # Ensure permissions are computed from the test fixtures. User.invalidate_permissions_cache