X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/44c95f99098fa6c6acbfa82d4b6cbc6015eb6e39..c7cf228372bee18d84b14fc4089a758bc157fe76:/apps/workbench/test/controllers/trash_items_controller_test.rb diff --git a/apps/workbench/test/controllers/trash_items_controller_test.rb b/apps/workbench/test/controllers/trash_items_controller_test.rb deleted file mode 100644 index 40a017b3ed..0000000000 --- a/apps/workbench/test/controllers/trash_items_controller_test.rb +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright (C) The Arvados Authors. All rights reserved. -# -# SPDX-License-Identifier: AGPL-3.0 - -require 'test_helper' - -class TrashItemsControllerTest < ActionController::TestCase - test "untrash collection with same name as another collection" do - collection = api_fixture('collections')['trashed_collection_to_test_name_conflict_on_untrash'] - items = [collection['uuid']] - post :untrash_items, { - selection: items, - format: :js - }, session_for(:active) - - assert_response :success - end -end