17829: Fix test
authorPeter Amstutz <peter.amstutz@curii.com>
Thu, 24 Jun 2021 15:17:04 +0000 (11:17 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Thu, 24 Jun 2021 15:17:04 +0000 (11:17 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

lib/controller/localdb/login_oidc_test.go

index 3d1650074712578d168b4f5a79ba8894bac79b8a..4be7d58f699c455ee67e31a206bcebfc889ed0ad 100644 (file)
@@ -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"