X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5aaaed7d7b1287c0133dd66c9492d6df62790288..66b3d102b0ce68a893e5a49ea5f3bb3b9952f6ef:/apps/workbench/test/test_helper.rb diff --git a/apps/workbench/test/test_helper.rb b/apps/workbench/test/test_helper.rb index b8aa82e1af..503db0818d 100644 --- a/apps/workbench/test/test_helper.rb +++ b/apps/workbench/test/test_helper.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + ENV["RAILS_ENV"] = "test" if (ENV["RAILS_ENV"] != "diagnostics" and ENV["RAILS_ENV"] != "performance") unless ENV["NO_COVERAGE_TEST"] @@ -83,7 +87,7 @@ module ApiFixtureLoader file = file[0, trim_index] if trim_index YAML.load(file) end - keys.inject(@@api_fixtures[name]) { |hash, key| hash[key] } + keys.inject(@@api_fixtures[name]) { |hash, key| hash[key].deep_dup } end end def api_fixture(name, *keys)