9397: Improve container InitialWorkDir test.
[arvados.git] / sdk / cwl / tests / test_submit.py
index 843e45f3248afe033a4e7c65ab5e7009a7855127..cab18dcc98f1de0fa78b12b110b70d8b96854411 100644 (file)
@@ -374,7 +374,7 @@ class TestSubmit(unittest.TestCase):
         expect_pipeline["name"] = "hello job 123"
 
         stubs.api.pipeline_instances().create.assert_called_with(
-            body=expect_pipeline)
+            body=JsonDiffMatcher(expect_pipeline))
         self.assertEqual(capture_stdout.getvalue(),
                          stubs.expect_pipeline_uuid + '\n')