typo fix for template test

pull/4207/head^2
liyongxin 7 years ago committed by Sebastien Plisson
parent bfb8dea4d6
commit c5dd4b1fde

@ -68,8 +68,8 @@ func TestTemplateCmd(t *testing.T) {
}, },
{ {
name: "check_execute_non_existent", name: "check_execute_non_existent",
desc: "verify --execute fails on a template that doesnt exist", desc: "verify --execute fails on a template that doesn't exist",
args: []string{subchart1ChartPath, "-x", "templates/thisdoesntexist.yaml"}, args: []string{subchart1ChartPath, "-x", "templates/thisdoesn'texist.yaml"},
expectError: "could not find template", expectError: "could not find template",
}, },
{ {

Loading…
Cancel
Save