Skip to content

Commit ac24741

Browse files
committed
fixed test
1 parent be1564e commit ac24741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/pipeline/v1beta1/pipeline_types_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ func TestPipelineTask_validateMatrix(t *testing.T) {
844844
},
845845
wantErrs: &apis.FieldError{
846846
Message: "invalid value: empty arrays not allowed as parameters in matrix",
847-
Paths: []string{"matrix[barfoo]", "matrix[bar]"},
847+
Paths: []string{"matrix[barfoo]", "matrix[foobar]"},
848848
},
849849
}, {
850850
name: "parameters in matrix contain results references",

0 commit comments

Comments
 (0)