Skip to content

Commit

Permalink
Fix services in load test
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-t committed May 17, 2016
1 parent e43ec4c commit 022f510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/load.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ var _ = framework.KubeDescribe("Load capacity", func() {
framework.Logf("Creating services")
services := generateServicesForConfigs(configs)
for _, service := range services {
_, err := c.Services(ns).Create(service)
_, err := c.Services(service.Namespace).Create(service)
framework.ExpectNoError(err)
}
} else {
Expand Down

0 comments on commit 022f510

Please sign in to comment.