20690: Remove workbench1 and testing/packaging references.
[arvados.git] / 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 (file)
index c4090f0..0000000
+++ /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, params: {
-      selection: items,
-      format: :js
-    }, session: session_for(:active)
-
-    assert_response :success
-  end
-end