X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dcb6eaa5012bf1eea607c61209bee18723769c24..b42d7d9ed4640296ae5d01d26268c4fdba1ca10c:/apps/workbench/test/test_helper.rb diff --git a/apps/workbench/test/test_helper.rb b/apps/workbench/test/test_helper.rb index b8aa82e1af..72b5a89e58 100644 --- a/apps/workbench/test/test_helper.rb +++ b/apps/workbench/test/test_helper.rb @@ -83,7 +83,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)