Skip to content

Commit e063453

Browse files
committed
Fix test
1 parent 40f6a6d commit e063453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kosli/beginTrail_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func (suite *BeginTrailCommandTestSuite) TestBeginTrailCmd() {
5151
wantError: true,
5252
name: "beginning a trail with an invalid template fails",
5353
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.*",
54+
goldenRegex: "Error: 1 validation error for Template\n.*",
5555
},
5656
{
5757
name: "can begin a trail with a valid template",

0 commit comments

Comments
 (0)