Merge pull request #11886 from gmarek/ratelimit

Auto commit by PR queue bot
This commit is contained in:
Alex Mohr
2015-08-04 11:39:53 -07:00
6 changed files with 19 additions and 17 deletions

View File

@@ -79,7 +79,7 @@ func TestUnschedulableNodes(t *testing.T) {
restClient := client.NewOrDie(&client.Config{Host: s.URL, Version: testapi.Version()})
schedulerConfigFactory := factory.NewConfigFactory(restClient)
schedulerConfigFactory := factory.NewConfigFactory(restClient, nil)
schedulerConfig, err := schedulerConfigFactory.Create()
if err != nil {
t.Fatalf("Couldn't create scheduler config: %v", err)