Merge branch '12991-docker-memory-limit'
[arvados.git] / sdk / cwl / tests / test_submit.py
index 059b47275c9207279dc3aa8e0933980268e70512..9cabea0794716fa79d88752616d4e7205ae6b4eb 100644 (file)
@@ -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))