[ARVADOS] updated: 1.3.0-1869-g542a72e8e

Git user git at public.curoverse.com
Mon Nov 18 21:28:16 UTC 2019


Summary of changes:
 lib/controller/localdb/login_test.go | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

       via  542a72e8ea402a65d75a5251ba219341834fb2c9 (commit)
      from  943827578884b09a155443a9d2bb685a327070f9 (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 542a72e8ea402a65d75a5251ba219341834fb2c9
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Mon Nov 18 16:27:29 2019 -0500

    15107: Tweak test for Users.PreferDomainForUsername
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/lib/controller/localdb/login_test.go b/lib/controller/localdb/login_test.go
index 3cc4c380c..d409a21a9 100644
--- a/lib/controller/localdb/login_test.go
+++ b/lib/controller/localdb/login_test.go
@@ -367,7 +367,7 @@ func (s *LoginSuite) TestGoogleLogin_AlternateEmailAddresses_Primary(c *check.C)
 			},
 			{
 				"metadata": map[string]interface{}{"verified": true},
-				"value":    "joe.smith at preferdomainforusername.example.com",
+				"value":    "jsmith+123 at preferdomainforusername.example.com",
 			},
 		},
 	}
@@ -378,8 +378,8 @@ func (s *LoginSuite) TestGoogleLogin_AlternateEmailAddresses_Primary(c *check.C)
 	})
 	authinfo := s.getCallbackAuthInfo(c)
 	c.Check(authinfo.Email, check.Equals, "joe.smith at primary.example.com")
-	c.Check(authinfo.AlternateEmails, check.DeepEquals, []string{"joe.smith at alternate.example.com", "joe.smith at preferdomainforusername.example.com"})
-	c.Check(authinfo.Username, check.Equals, "joe.smith")
+	c.Check(authinfo.AlternateEmails, check.DeepEquals, []string{"joe.smith at alternate.example.com", "jsmith+123 at preferdomainforusername.example.com"})
+	c.Check(authinfo.Username, check.Equals, "jsmith")
 }
 
 func (s *LoginSuite) TestGoogleLogin_NoPrimaryEmailAddress(c *check.C) {

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list