X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a164c07f7eb8679d78865b08bb2d34a0b577deb4..48350f3e8fe2f47eb6ff9f862a8d83fb8a027c6d:/apps/workbench/test/controllers/application_controller_test.rb diff --git a/apps/workbench/test/controllers/application_controller_test.rb b/apps/workbench/test/controllers/application_controller_test.rb index 9acb8cadbc..72c3e0ab0c 100644 --- a/apps/workbench/test/controllers/application_controller_test.rb +++ b/apps/workbench/test/controllers/application_controller_test.rb @@ -449,7 +449,7 @@ class ApplicationControllerTest < ActionController::TestCase false, ].each do |config| test "invoke show with include_accept_encoding_header config #{config}" do - Rails.configuration.include_accept_encoding_header_in_api_requests = config + Rails.configuration.APIResponseCompression = config @controller = CollectionsController.new get(:show, params: {id: api_fixture('collections')['foo_file']['uuid']}, session: session_for(:admin))