Fix build error in integration test

This commit is contained in:
Daniel Smith
2014-10-07 13:10:58 -07:00
parent a21cef0157
commit cf203f1304
2 changed files with 7 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ func (factory *ConfigFactory) Create() (*scheduler.Config, error) {
r := rand.New(rand.NewSource(time.Now().UnixNano()))
// TODO: remove this construction-time listing.
nodes, err := factory.Client.ListMinions()
if err != nil {
return nil, err