0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-11-01 20:06:40 +01:00

Update actions_schedule_test.go

This commit is contained in:
wxiaoguang 2025-10-30 00:19:03 +08:00 committed by GitHub
parent d692bd1994
commit d168f6558b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,9 +89,7 @@ jobs:
assert.NoError(t, err)
// merge pull request
testPullMerge(t, testContext.Session, repo.OwnerName, repo.Name, strconv.FormatInt(apiPull.Index, 10), MergeOptions{
Style: mergeStyle,
})
testPullMerge(t, testContext.Session, repo.OwnerName, repo.Name, strconv.FormatInt(apiPull.Index, 10), mergeStyle, false)
pull := unittest.AssertExistsAndLoadBean(t, &issues_model.PullRequest{ID: apiPull.ID})
return pull.MergedCommitID, "@every 2m"