Merge pull request #4208 from liyongxin/typo-fix-for-template

typo fix for template test
pull/3343/merge
Matthew Fisher 7 years ago committed by GitHub
commit 00733bcd3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save