X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0eb72b526bf8bbb011551ecf019f604e17a534f1..864c3b0afd16c77e046f0072d8517d34c5a44792:/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 index 40a017b3ed..c4090f0cef 100644 --- a/apps/workbench/test/controllers/trash_items_controller_test.rb +++ b/apps/workbench/test/controllers/trash_items_controller_test.rb @@ -8,10 +8,10 @@ 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, { + post :untrash_items, params: { selection: items, format: :js - }, session_for(:active) + }, session: session_for(:active) assert_response :success end