X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e12c7f0bcb0f5cbe80a0274d1758c0dec57aa6e4..74ffe51bff92a0105c9fb51419d28646b7d53825:/lib/controller/server_test.go diff --git a/lib/controller/server_test.go b/lib/controller/server_test.go index ae7f138b1b..803315bc66 100644 --- a/lib/controller/server_test.go +++ b/lib/controller/server_test.go @@ -36,6 +36,8 @@ func newServerFromIntegrationTestEnv(c *check.C) *httpserver.Server { handler := &Handler{Cluster: &arvados.Cluster{ ClusterID: "zzzzz", PostgreSQL: integrationTestCluster().PostgreSQL, + + EnableBetaController14287: enableBetaController14287, }} handler.Cluster.TLS.Insecure = true arvadostest.SetServiceURL(&handler.Cluster.Services.RailsAPI, "https://"+os.Getenv("ARVADOS_TEST_API_HOST"))