Merge branch '16048-reload-config'
[arvados.git] / lib / controller / integration_test.go
index d2ae1f6fbb33ad7dbcc4cc3151b8e7a06e64c490..aad2c4775ad20c0884cca173326e64fa97f98bc7 100644 (file)
@@ -114,7 +114,7 @@ func (s *IntegrationSuite) SetUpSuite(c *check.C) {
                        },
                        config: *cfg,
                }
-               s.testClusters[id].super.Start(context.Background(), &s.testClusters[id].config)
+               s.testClusters[id].super.Start(context.Background(), &s.testClusters[id].config, "-")
        }
        for _, tc := range s.testClusters {
                au, ok := tc.super.WaitReady()