Merge branch '15486-crunchstat-summary-v1.4-support'
[arvados.git] / apps / workbench / test / integration / collections_test.rb
index 024a14605a239efde44ec094489a619f2dbc7199..87d3d678d174c99e03f527c58a6970f05c122f11 100644 (file)
@@ -53,8 +53,6 @@ class CollectionsTest < ActionDispatch::IntegrationTest
   end
 
   test "can download an entire collection with a reader token" do
-    use_keep_web_config
-
     token = api_token('active')
     data = "foo\nfile\n"
     datablock = `echo -n #{data.shellescape} | ARVADOS_API_TOKEN=#{token.shellescape} arv-put --no-progress --raw -`.strip