[ARVADOS] updated: 1.1.4-192-gc4c8392
Git user
git at public.curoverse.com
Fri May 4 10:51:22 EDT 2018
Summary of changes:
sdk/cwl/tests/test_job.py | 1 -
1 file changed, 1 deletion(-)
via c4c8392e3bcd8f7e721bc423f0fed42475b4ab96 (commit)
from 24ebcf6675fa383b38ba6e594d553a2d2526eab7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit c4c8392e3bcd8f7e721bc423f0fed42475b4ab96
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Fri May 4 10:50:52 2018 -0400
13365: Remove check for callback that now happens in a different place.
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/sdk/cwl/tests/test_job.py b/sdk/cwl/tests/test_job.py
index 1dfd86b..6d2598e 100644
--- a/sdk/cwl/tests/test_job.py
+++ b/sdk/cwl/tests/test_job.py
@@ -105,7 +105,6 @@ class TestJob(unittest.TestCase):
mock.MagicMock(return_value={'status': 403}),
'Permission denied')
j.run(enable_reuse=enable_reuse)
- j.output_callback.assert_called_with({}, 'success')
else:
assert not runner.api.links().create.called
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list