X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/09a2e88c51e5432e607f2a38466e55b4ba15e887..f848ccbeb40ee87f7072b7399545424ecc0369e6:/sdk/cwl/tests/test_make_output.py diff --git a/sdk/cwl/tests/test_make_output.py b/sdk/cwl/tests/test_make_output.py index 53f379f1a5..806d63ab85 100644 --- a/sdk/cwl/tests/test_make_output.py +++ b/sdk/cwl/tests/test_make_output.py @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + import functools import json import logging @@ -55,11 +59,13 @@ class TestMakeOutput(unittest.TestCase): final.save_new.assert_has_calls([mock.call(ensure_unique_name=True, name='Test output', owner_uuid='zzzzz-j7d0g-zzzzzzzzzzzzzzz')]) self.assertEqual("""{ "bar": { + "basename": "baz.txt", "class": "File", "location": "baz.txt", "size": 4 }, "foo": { + "basename": "foo.txt", "class": "File", "location": "foo.txt", "size": 3