X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f7ef4902ede928417e91efc403c0db3efe6ce81d..caf56e922b9caaa9a65332dc6bf3a36bd8fea48f:/sdk/cwl/tests/test_submit.py diff --git a/sdk/cwl/tests/test_submit.py b/sdk/cwl/tests/test_submit.py index 059b47275c..9cabea0794 100644 --- a/sdk/cwl/tests/test_submit.py +++ b/sdk/cwl/tests/test_submit.py @@ -532,6 +532,10 @@ class TestSubmit(unittest.TestCase): "enableReuse": False, }, ] + expect_container["mounts"]["/var/lib/cwl/workflow.json"]["content"]["$graph"][0]["$namespaces"] = { + "arv": "http://arvados.org/cwl#", + "cwltool": "http://commonwl.org/cwltool#" + } stubs.api.container_requests().create.assert_called_with( body=JsonDiffMatcher(expect_container))