[ARVADOS] updated: 1.3.0-2772-gbfdc7fac1

Git user git at public.arvados.org
Fri Jul 10 16:17:42 UTC 2020


Summary of changes:
 sdk/python/tests/fed-migrate/check.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  bfdc7fac1375e8fcb3d6d87c9a195b5606579c87 (commit)
      from  d7e3b180b3a2114fab340746791ecd913b69d795 (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 bfdc7fac1375e8fcb3d6d87c9a195b5606579c87
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Fri Jul 10 13:17:22 2020 -0300

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

diff --git a/sdk/python/tests/fed-migrate/check.py b/sdk/python/tests/fed-migrate/check.py
index 12678dbac..c231cc073 100644
--- a/sdk/python/tests/fed-migrate/check.py
+++ b/sdk/python/tests/fed-migrate/check.py
@@ -72,7 +72,7 @@ for i in range(2, 9):
 found = False
 for u in users["items"]:
     if (u["username"] == "case9" and u["email"] == "case9 at test" and
-        u["first_name"] == ("Case%d" % i) and u["last_name"] == "Testuser" and
+        u["first_name"] == "Case9" and u["last_name"] == "Testuser" and
         u["uuid"] == by_username[u["username"]] and u["is_active"] is False):
         found = True
 assert found

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list