Remove spurious field in kind sorter test

The test never reads the manifest type's "content" field, so there's
no reason to populate it explicitly with its zero value.
reviewable/pr2667/r1
Steven E. Harris 8 years ago
parent 2aaad8242e
commit 2ada698dd5

@ -118,9 +118,8 @@ func TestKindSorter(t *testing.T) {
head: &util.SimpleHead{Kind: "StatefulSet"}, head: &util.SimpleHead{Kind: "StatefulSet"},
}, },
{ {
name: "w", name: "w",
content: "", head: &util.SimpleHead{Kind: "APIService"},
head: &util.SimpleHead{Kind: "APIService"},
}, },
} }

Loading…
Cancel
Save