X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8c4542afc387211a36cc90f8085f229ff314854e..66088cabf30c5291ad8894e7009d9c9af466c158:/apps/workbench/test/controllers/containers_controller_test.rb diff --git a/apps/workbench/test/controllers/containers_controller_test.rb b/apps/workbench/test/controllers/containers_controller_test.rb index ce37239c00..ff7584e20b 100644 --- a/apps/workbench/test/controllers/containers_controller_test.rb +++ b/apps/workbench/test/controllers/containers_controller_test.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + require 'test_helper' class ContainersControllerTest < ActionController::TestCase @@ -6,7 +10,9 @@ class ContainersControllerTest < ActionController::TestCase container = api_fixture('containers')['completed'] - get :show, {id: container['uuid'], tab_pane: 'Log'}, session_for(:active) + get :show, + params: {id: container['uuid'], tab_pane: 'Log'}, + session: session_for(:active) assert_response :success assert_select "a", {:href=>"/collections/#{container['log']}", :text=>"Download the log"}