X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cb8320961335a4732c470882fcfcd4e6c581a0d4..404f868129e22cd627d350d61f74806f5b31a8ad:/sdk/python/tests/test_sdk.py diff --git a/sdk/python/tests/test_sdk.py b/sdk/python/tests/test_sdk.py index 8c56180059..41add57c0e 100644 --- a/sdk/python/tests/test_sdk.py +++ b/sdk/python/tests/test_sdk.py @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + import mock import os import unittest @@ -39,5 +43,5 @@ class TestSDK(unittest.TestCase): # Because one_task_per_input_file normalizes this collection, # it should now create only one job task and not three. - arvados.job_setup.one_task_per_input_file(and_end_task=False, arvapi=mock_api) + arvados.job_setup.one_task_per_input_file(and_end_task=False, api_client=mock_api) mock_api.job_tasks().create().execute.assert_called_once_with()