[ARVADOS] updated: 1.3.0-2551-g0634b763d

Git user git at public.arvados.org
Mon May 11 15:06:28 UTC 2020


Summary of changes:
 lib/controller/federation/login_test.go | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  0634b763dd27914cff5ca49c6cfe11233746ee31 (commit)
      from  87cfe4746d5930f8b28568f75256a1b1a399faa7 (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 0634b763dd27914cff5ca49c6cfe11233746ee31
Author: Tom Clegg <tom at tomclegg.ca>
Date:   Mon May 11 11:06:03 2020 -0400

    15881: Update config keys in tests.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at tomclegg.ca>

diff --git a/lib/controller/federation/login_test.go b/lib/controller/federation/login_test.go
index 2de260fdc..ad91bcf80 100644
--- a/lib/controller/federation/login_test.go
+++ b/lib/controller/federation/login_test.go
@@ -43,7 +43,8 @@ func (s *LoginSuite) TestDeferToLoginCluster(c *check.C) {
 func (s *LoginSuite) TestLogout(c *check.C) {
 	s.cluster.Services.Workbench1.ExternalURL = arvados.URL{Scheme: "https", Host: "workbench1.example.com"}
 	s.cluster.Services.Workbench2.ExternalURL = arvados.URL{Scheme: "https", Host: "workbench2.example.com"}
-	s.cluster.Login.GoogleClientID = "zzzzzzzzzzzzzz"
+	s.cluster.Login.Google.Enable = true
+	s.cluster.Login.Google.ClientID = "zzzzzzzzzzzzzz"
 	s.addHTTPRemote(c, "zhome", &arvadostest.APIStub{})
 	s.cluster.Login.LoginCluster = "zhome"
 	// s.fed is already set by SetUpTest, but we need to

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list