Skip to content

Commit

Permalink
Fix density test
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-t committed Dec 22, 2015
1 parent 0588963 commit 6ce8581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/density.go
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ var _ = Describe("Density [Skipped]", func() {
selector := fields.Set{
"involvedObject.kind": "Pod",
"involvedObject.namespace": ns,
"source": "scheduler",
"source": api.DefaultSchedulerName,
}.AsSelector()
options := api.ListOptions{FieldSelector: selector}
schedEvents, err := c.Events(ns).List(options)
Expand Down

0 comments on commit 6ce8581

Please sign in to comment.