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