Unverified Commit 00733bcd authored by Matthew Fisher's avatar Matthew Fisher Committed by GitHub

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

typo fix for template test
parents 98341abe 5d2140be
......@@ -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",
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment