We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1564e commit ac24741Copy full SHA for ac24741
pkg/apis/pipeline/v1beta1/pipeline_types_test.go
@@ -844,7 +844,7 @@ func TestPipelineTask_validateMatrix(t *testing.T) {
844
},
845
wantErrs: &apis.FieldError{
846
Message: "invalid value: empty arrays not allowed as parameters in matrix",
847
- Paths: []string{"matrix[barfoo]", "matrix[bar]"},
+ Paths: []string{"matrix[barfoo]", "matrix[foobar]"},
848
849
}, {
850
name: "parameters in matrix contain results references",
0 commit comments