14287: Ensure timestamps in responses have 9 digits of nanoseconds.
[arvados.git] / lib / controller / server_test.go
index ae7f138b1b6862ab43022ed91b0fbdd360b3dc36..803315bc66644d36e433b19000ee7da90b4a361e 100644 (file)
@@ -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"))