Skip to content

Commit e433ff3

Browse files
committed
Add mergable test
1 parent cd3b112 commit e433ff3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/repo_webhook_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,7 @@ func Test_WebhookPullRequest(t *testing.T) {
717717
assert.Equal(t, 0, *payloads[0].PullRequest.Deletions)
718718
assert.Len(t, payloads[0].PullRequest.RequestedReviewers, 1)
719719
assert.Equal(t, int64(2), payloads[0].PullRequest.RequestedReviewers[0].ID)
720+
assert.True(t, payloads[0].PullRequest.Mergeable)
720721
})
721722
}
722723

0 commit comments

Comments
 (0)