[ARVADOS] updated: 2.1.0-979-g5fae618b1
Git user
git at public.arvados.org
Thu Jun 24 15:17:15 UTC 2021
Summary of changes:
lib/controller/localdb/login_oidc_test.go | 1 +
1 file changed, 1 insertion(+)
via 5fae618b1332cb654f0df026fb02f76b17f90225 (commit)
from 650df43af72632e22b7b99dfe7f55a1b5466e355 (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 5fae618b1332cb654f0df026fb02f76b17f90225
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Thu Jun 24 11:17:04 2021 -0400
17829: Fix test
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/lib/controller/localdb/login_oidc_test.go b/lib/controller/localdb/login_oidc_test.go
index 3d1650074..4be7d58f6 100644
--- a/lib/controller/localdb/login_oidc_test.go
+++ b/lib/controller/localdb/login_oidc_test.go
@@ -63,6 +63,7 @@ func (s *OIDCLoginSuite) SetUpTest(c *check.C) {
c.Assert(err, check.IsNil)
s.cluster, err = cfg.GetCluster("")
c.Assert(err, check.IsNil)
+ s.cluster.Login.Test.Enable = false
s.cluster.Login.Google.Enable = true
s.cluster.Login.Google.ClientID = "test%client$id"
s.cluster.Login.Google.ClientSecret = "test#client/secret"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list