X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/063eb858429a7472c888261d0512fd960e92b7ae..86b7903116608ac3a8314437639cb61d774fb510:/apps/workbench/test/integration/collections_test.rb diff --git a/apps/workbench/test/integration/collections_test.rb b/apps/workbench/test/integration/collections_test.rb index 6dd3c52696..87d3d678d1 100644 --- a/apps/workbench/test/integration/collections_test.rb +++ b/apps/workbench/test/integration/collections_test.rb @@ -6,8 +6,6 @@ require 'integration_helper' require_relative 'integration_test_utils' class CollectionsTest < ActionDispatch::IntegrationTest - include KeepWebConfig - setup do need_javascript end @@ -55,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