fix(helm): fixed wrong test issue on top of previous commit (3a43a9a)

Closes #7033

Signed-off-by: Juan Matias Kungfu de la Camara Beovide <juanmatias@gmail.com>
pull/7074/head
Juan Matias Kungfu de la Camara Beovide 6 years ago
parent f76be75b60
commit 9322868d4d

@ -46,11 +46,6 @@ func TestTemplateCmd(t *testing.T) {
cmd: fmt.Sprintf(`template '%s' --name-template='foobar-{{ b64enc "abc" }}-baz'`, chartPath), cmd: fmt.Sprintf(`template '%s' --name-template='foobar-{{ b64enc "abc" }}-baz'`, chartPath),
golden: "output/template-name-template.txt", 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", name: "check no args",
cmd: "template", cmd: "template",

Loading…
Cancel
Save