X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/643189a631922573eadc38bd80873cf9309bb2a4..46f3bff06569f06ce84799635ad25727cfd095b5:/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 9aa868c2b8..6dd3c52696 100644 --- a/apps/workbench/test/integration/collections_test.rb +++ b/apps/workbench/test/integration/collections_test.rb @@ -57,7 +57,7 @@ class CollectionsTest < ActionDispatch::IntegrationTest test "can download an entire collection with a reader token" do use_keep_web_config - token = api_fixture('api_client_authorizations')['active']['api_token'] + token = api_token('active') data = "foo\nfile\n" datablock = `echo -n #{data.shellescape} | ARVADOS_API_TOKEN=#{token.shellescape} arv-put --no-progress --raw -`.strip assert $?.success?, $?