X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6bf9e1a4b5640f3cdd057810f0c9b8a945bb88bd..1d460a17caf94ddc33610b39a0a11aec1d3905a2:/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