[ARVADOS] updated: 2.1.0-620-gec12ee768

Git user git at public.arvados.org
Thu Apr 1 13:52:46 UTC 2021


Summary of changes:
 sdk/python/tests/test_arv_keepdocker.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  ec12ee768ec4ee0a83d3a663b8cb9cbebaf6aaf9 (commit)
      from  341a593189ffe0ceb158b634de987c1758fabfd5 (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 ec12ee768ec4ee0a83d3a663b8cb9cbebaf6aaf9
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Thu Apr 1 10:52:29 2021 -0300

    17508: Fixes unit test.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>

diff --git a/sdk/python/tests/test_arv_keepdocker.py b/sdk/python/tests/test_arv_keepdocker.py
index 53da6cc74..ddd0e590f 100644
--- a/sdk/python/tests/test_arv_keepdocker.py
+++ b/sdk/python/tests/test_arv_keepdocker.py
@@ -5,6 +5,7 @@
 from __future__ import absolute_import
 import arvados
 import collections
+import copy
 import hashlib
 import mock
 import os
@@ -188,7 +189,7 @@ class ArvKeepdockerTestCase(unittest.TestCase, tutil.VersionChecker):
             api().collections().update().execute.side_effect = StopTest
             self.run_arv_keepdocker(['--force', 'testimage'], err)
 
-        updated_properties = mocked_collection['properties']
+        updated_properties = copy.deepcopy(mocked_collection['properties'])
         updated_properties.update({'docker-image-repo-tag': 'testimage:latest'})
         api().collections().update.assert_called_with(
             uuid=mocked_collection['uuid'],

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list