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.
pull/2667/head
Steven E. Harris 8 years ago
parent 5ed2d6bddb
commit ec62ce7a4f

@ -119,7 +119,6 @@ func TestKindSorter(t *testing.T) {
},
{
Name: "w",
Content: "",
Head: &util.SimpleHead{Kind: "APIService"},
},
}

Loading…
Cancel
Save