X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f4ca9ad94a6bb006d1f3c7ba207837f1736d1247..bdbf7c4ee346fd1615f882255b3606d8d5360710:/services/api/test/integration/pipeline_test.rb diff --git a/services/api/test/integration/pipeline_test.rb b/services/api/test/integration/pipeline_test.rb index a550246b13..1e9a4d5c64 100644 --- a/services/api/test/integration/pipeline_test.rb +++ b/services/api/test/integration/pipeline_test.rb @@ -1,6 +1,10 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + require 'test_helper' -class PipelineTest < ActionDispatch::IntegrationTest +class PipelineIntegrationTest < ActionDispatch::IntegrationTest # These tests simulate the workflow of arv-run-pipeline-instance # and other pipeline-running code.