X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cb8320961335a4732c470882fcfcd4e6c581a0d4..fe85406fbaec9952cba8350711366d95e05f869f:/sdk/python/tests/test_sdk.py diff --git a/sdk/python/tests/test_sdk.py b/sdk/python/tests/test_sdk.py index 8c56180059..20f0d3d56c 100644 --- a/sdk/python/tests/test_sdk.py +++ b/sdk/python/tests/test_sdk.py @@ -39,5 +39,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()