X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/75280895b5ad79df5df9f33d759a359b9f111dd9..752ab2f077fe4c0789f5fdf78417ead5e5db518f:/lib/controller/server_test.go diff --git a/lib/controller/server_test.go b/lib/controller/server_test.go index edc5fd117d..838de35563 100644 --- a/lib/controller/server_test.go +++ b/lib/controller/server_test.go @@ -10,10 +10,10 @@ import ( "os" "path/filepath" - "git.curoverse.com/arvados.git/sdk/go/arvados" - "git.curoverse.com/arvados.git/sdk/go/arvadostest" - "git.curoverse.com/arvados.git/sdk/go/ctxlog" - "git.curoverse.com/arvados.git/sdk/go/httpserver" + "git.arvados.org/arvados.git/sdk/go/arvados" + "git.arvados.org/arvados.git/sdk/go/arvadostest" + "git.arvados.org/arvados.git/sdk/go/ctxlog" + "git.arvados.org/arvados.git/sdk/go/httpserver" check "gopkg.in/check.v1" ) @@ -35,10 +35,9 @@ func newServerFromIntegrationTestEnv(c *check.C) *httpserver.Server { log := ctxlog.TestLogger(c) handler := &Handler{Cluster: &arvados.Cluster{ - ClusterID: "zzzzz", - PostgreSQL: integrationTestCluster().PostgreSQL, - - EnableBetaController14287: enableBetaController14287, + ClusterID: "zzzzz", + PostgreSQL: integrationTestCluster().PostgreSQL, + ForceLegacyAPI14: forceLegacyAPI14, }} handler.Cluster.TLS.Insecure = true arvadostest.SetServiceURL(&handler.Cluster.Services.RailsAPI, "https://"+os.Getenv("ARVADOS_TEST_API_HOST"))