Merge branch '16343-create-cr-with-logincluster-token'
[arvados.git] / lib / controller / integration_test.go
index 6e8544817b556e3c7d0579f6edf4f52c33f4e7fd..4939b116b0bce22dfe9c3ad1c2bf79a89797b655 100644 (file)
@@ -123,7 +123,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()