Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
chuangw6 committed Jun 17, 2022
1 parent db63243 commit 0c8ac5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconciler/pipelinerun/pipelinerun_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ spec:
permanentError: true,
wantEvents: []string{
"Normal Started",
fmt.Sprintf("Warning Failed PipelineRun foo/pipeline-missing-object-param-keys parameters is missing object keys required by Pipeline foo/a-pipeline-with-object-params's parameters: PipelineRun missing object keys for parameters: %v", map[string][]string{"some-param": {"key2"}}),
"Warning Failed PipelineRun foo/pipeline-missing-object-param-keys parameters is missing object keys required by Pipeline foo/a-pipeline-with-object-params's parameters: PipelineRun missing object keys for parameters",
},
}, {
name: "invalid-embedded-pipeline-resources-bot-bound-shd-stop-reconciling",
Expand Down

0 comments on commit 0c8ac5f

Please sign in to comment.