17778: update docs.
[arvados.git] / lib / controller / server_test.go
index 37f148eb6eb8a08e69d5a9b4c75163d236b02b12..e3558c3f41bec4b47c01b2575e4793fbbebb7674 100644 (file)
@@ -37,8 +37,6 @@ 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"))