X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1c03f0c13bd55683a12c68d9bfc2a602b7815a16..cd04b8ba074c03400cc506faa5890debcc0231a2:/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