17301: Shorted OOM message. Limit added detail to 40 lines.
[arvados.git] / sdk / cwl / tests / test_container.py
index 798c5af289322ce2ae23edc26ca7d8a863d50186..4d87d27e6e564147d4862b3445a7667fe21593a4 100644 (file)
@@ -1385,6 +1385,8 @@ class TestWorkflow(unittest.TestCase):
         runner.api.collections().list().execute.return_value = {"items": [{"uuid": "zzzzz-4zz18-zzzzzzzzzzzzzzz",
                                                                            "portable_data_hash": "99999999999999999999999999999993+99"}]}
 
+        runner.api.containers().current().execute.return_value = {}
+
         runner.project_uuid = "zzzzz-8i9sb-zzzzzzzzzzzzzzz"
         runner.ignore_docker_for_reuse = False
         runner.num_retries = 0