17782: Updates nodejs to v12, as required by workbench2.
[arvados.git] / lib / controller / federation_test.go
index e3b2291bcef4481ff37159c2d3c8b79b744b03e6..f4cadd821b3d008d7ad8cdf68a402d9e7bd05092 100644 (file)
@@ -57,9 +57,8 @@ func (s *FederationSuite) SetUpTest(c *check.C) {
        c.Assert(s.remoteMock.Start(), check.IsNil)
 
        cluster := &arvados.Cluster{
-               ClusterID:        "zhome",
-               PostgreSQL:       integrationTestCluster().PostgreSQL,
-               ForceLegacyAPI14: forceLegacyAPI14,
+               ClusterID:  "zhome",
+               PostgreSQL: integrationTestCluster().PostgreSQL,
        }
        cluster.TLS.Insecure = true
        cluster.API.MaxItemsPerResponse = 1000