X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f291a43f7154d634a417bff32b9b81c197feb461..e38ac44d14e9006c24c93bca9de1ee299b16d367:/apps/workbench/test/controllers/collections_controller_test.rb diff --git a/apps/workbench/test/controllers/collections_controller_test.rb b/apps/workbench/test/controllers/collections_controller_test.rb index 5f67837146..773a4f4571 100644 --- a/apps/workbench/test/controllers/collections_controller_test.rb +++ b/apps/workbench/test/controllers/collections_controller_test.rb @@ -125,8 +125,7 @@ class CollectionsControllerTest < ActionController::TestCase params[:reader_token] = api_fixture("api_client_authorizations", "active_all_collections", "api_token") get(:show_file_links, params) - assert_response :success - assert_equal([['.', 'foo', 3]], assigns(:object).files) + assert_response :redirect assert_no_session end