From 8cdcbf0a0355658b3026e63510dcbc6deded41c4 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Fri, 2 Sep 2016 15:53:39 -0400 Subject: [PATCH] 9929: Test case is more sensitive to mock return values --- sdk/cwl/tests/test_submit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/cwl/tests/test_submit.py b/sdk/cwl/tests/test_submit.py index 21be5c71b9..d99a196ee3 100644 --- a/sdk/cwl/tests/test_submit.py +++ b/sdk/cwl/tests/test_submit.py @@ -55,7 +55,7 @@ def stubs(func): { "uuid": "zzzzz-4zz18-zzzzzzzzzzzzzz5", "portable_data_hash": "99999999999999999999999999999995+99", - "manifest_text": "" + "manifest_text": ". 8bfd9d5a8dc1a71ab286283f9ff6fa20+153 0:153:cwl.input.json" } ) stubs.api.collections().get().execute.return_value = { "portable_data_hash": "99999999999999999999999999999993+99", "manifest_text": "./tool 00000000000000000000000000000000+0 0:0:submit_tool.cwl 0:0:blub.txt"} -- 2.30.2