X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9429158c8ecf253a700c7eb4f87ad142a8e1522c..71be4f147153573074a3eff4bfa1be559bc091b5:/lib/controller/auth_test.go diff --git a/lib/controller/auth_test.go b/lib/controller/auth_test.go index ad214b1605..01990620f6 100644 --- a/lib/controller/auth_test.go +++ b/lib/controller/auth_test.go @@ -62,10 +62,9 @@ func (s *AuthSuite) SetUpTest(c *check.C) { s.fakeProvider.ValidClientSecret = "test#client/secret" cluster := &arvados.Cluster{ - ClusterID: "zhome", - PostgreSQL: integrationTestCluster().PostgreSQL, - ForceLegacyAPI14: forceLegacyAPI14, - SystemRootToken: arvadostest.SystemRootToken, + ClusterID: "zhome", + PostgreSQL: integrationTestCluster().PostgreSQL, + SystemRootToken: arvadostest.SystemRootToken, } cluster.TLS.Insecure = true cluster.API.MaxItemsPerResponse = 1000