X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fb049c7f6263217e3f6f4cd2b3c9f6bd0e4af490..42c20b25e1325124b88e3b9b285544dc41122b56:/apps/workbench/test/integration_performance/collection_unit_test.rb diff --git a/apps/workbench/test/integration_performance/collection_unit_test.rb b/apps/workbench/test/integration_performance/collection_unit_test.rb index 6cf14b5182..3feef945d1 100644 --- a/apps/workbench/test/integration_performance/collection_unit_test.rb +++ b/apps/workbench/test/integration_performance/collection_unit_test.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + require 'test_helper' require 'helpers/manifest_examples' require 'helpers/time_block' @@ -20,7 +24,7 @@ class BigCollectionTest < ActiveSupport::TestCase # didn't make a significant difference. [true].each do |compress| test "crud cycle for collection with big manifest (compress=#{compress})" do - Rails.configuration.api_response_compression = compress + Rails.configuration.Workbench.APIResponseCompression = compress Thread.current[:arvados_api_client] = nil crudtest end