Skip to content

Commit

Permalink
adjust regexp for TestGiteaRetestAfterPush
Browse files Browse the repository at this point in the history
Signed-off-by: Chmouel Boudjnah <[email protected]>
  • Loading branch information
chmouel committed Feb 6, 2023
1 parent dc38dc5 commit babf59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gitea_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func TestGiteaConcurrencyExclusivenessMultipleRuns(t *testing.T) {

func TestGiteaRetestAfterPush(t *testing.T) {
topts := &tgitea.TestOpts{
Regexp: regexp.MustCompile(`.*pr has.*failed`),
Regexp: regexp.MustCompile(`.*has <b>failed</b>`),
TargetEvent: options.PullRequestEvent,
YAMLFiles: map[string]string{
".tekton/pr.yaml": "testdata/failures/pipelinerun-exit-1.yaml",
Expand Down

0 comments on commit babf59c

Please sign in to comment.