X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f59d6d76acf9c6f5bb95c5902b2c9a1cca427e93..5ee93e408c0e547dfb03b2f3d039a7715126395b:/apps/workbench/test/controllers/pipeline_templates_controller_test.rb diff --git a/apps/workbench/test/controllers/pipeline_templates_controller_test.rb b/apps/workbench/test/controllers/pipeline_templates_controller_test.rb index 82c4faeabe..4752f328a9 100644 --- a/apps/workbench/test/controllers/pipeline_templates_controller_test.rb +++ b/apps/workbench/test/controllers/pipeline_templates_controller_test.rb @@ -1,10 +1,14 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + require 'test_helper' class PipelineTemplatesControllerTest < ActionController::TestCase test "component rendering copes with unexpeceted components format" do get(:show, - {id: api_fixture("pipeline_templates")["components_is_jobspec"]["uuid"]}, - session_for(:active)) + params: {id: api_fixture("pipeline_templates")["components_is_jobspec"]["uuid"]}, + session: session_for(:active)) assert_response :success end end