X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5bcba288077488791daa43a15d5fd5fb0c6e653c..2887fa9c26cfd4ae6379e2cf4e6c5d50aaa0dd11:/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