From 2ada698dd55016e850207594e012137b4a11cc88 Mon Sep 17 00:00:00 2001 From: "Steven E. Harris" Date: Mon, 10 Jul 2017 19:49:25 -0400 Subject: [PATCH] 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. --- pkg/tiller/kind_sorter_test.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkg/tiller/kind_sorter_test.go b/pkg/tiller/kind_sorter_test.go index ca622f9ae..e9f8162e7 100644 --- a/pkg/tiller/kind_sorter_test.go +++ b/pkg/tiller/kind_sorter_test.go @@ -118,9 +118,8 @@ func TestKindSorter(t *testing.T) { head: &util.SimpleHead{Kind: "StatefulSet"}, }, { - name: "w", - content: "", - head: &util.SimpleHead{Kind: "APIService"}, + name: "w", + head: &util.SimpleHead{Kind: "APIService"}, }, }