X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5aaaed7d7b1287c0133dd66c9492d6df62790288..9f7e6c2782c1929de61ecd61e457700730ef9681:/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)