Skip to content

Commit

Permalink
scm: fixed github test
Browse files Browse the repository at this point in the history
  • Loading branch information
herlon214 committed Mar 23, 2022
1 parent 04a741c commit ecf0924
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/scm/github_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ func TestGithubPublishIssuesReview(t *testing.T) {
},
}

reviewEvent := REVIEW_EVENT_REQUEST_CHANGES

err := gh.PublishIssuesReviewFor(ctx, issues, pr, reviewEvent)
err := gh.PublishIssuesReviewFor(ctx, issues, pr, true)
assert.NoError(t, err)

}
Expand Down

0 comments on commit ecf0924

Please sign in to comment.