From 9322868d4dde3b999528a8533ff9ce83cb728c88 Mon Sep 17 00:00:00 2001 From: Juan Matias Kungfu de la Camara Beovide Date: Mon, 25 Nov 2019 17:37:21 -0300 Subject: [PATCH] fix(helm): fixed wrong test issue on top of previous commit (3a43a9a) Closes #7033 Signed-off-by: Juan Matias Kungfu de la Camara Beovide --- cmd/helm/template_test.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cmd/helm/template_test.go b/cmd/helm/template_test.go index 88e146d97..8aa2f6c06 100644 --- a/cmd/helm/template_test.go +++ b/cmd/helm/template_test.go @@ -46,11 +46,6 @@ func TestTemplateCmd(t *testing.T) { cmd: fmt.Sprintf(`template '%s' --name-template='foobar-{{ b64enc "abc" }}-baz'`, chartPath), golden: "output/template-name-template.txt", }, - { - name: "check custom description", - cmd: fmt.Sprintf(`template '%s' --description='foobar-{{ b64enc "abc" }}-baz'`, chartPath), - golden: "output/template-description.txt", - }, { name: "check no args", cmd: "template",