We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f6a6d commit e063453Copy full SHA for e063453
cmd/kosli/beginTrail_test.go
@@ -51,7 +51,7 @@ func (suite *BeginTrailCommandTestSuite) TestBeginTrailCmd() {
51
wantError: true,
52
name: "beginning a trail with an invalid template fails",
53
cmd: fmt.Sprintf("begin trail test-123 --flow %s --template-file testdata/invalid_template.yml %s", suite.flowName, suite.defaultKosliArguments),
54
- goldenRegex: "Error: template file is invalid. 1 validation error for Template\n.*",
+ goldenRegex: "Error: 1 validation error for Template\n.*",
55
},
56
{
57
name: "can begin a trail with a valid template",
0 commit comments