mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 05:55:51 +01:00
@@ -139,7 +139,8 @@ object ApiSpecModels {
|
||||
requestRepositoryName = repo1Name.name,
|
||||
requestBranch = "new-topic",
|
||||
commitIdFrom = sha1,
|
||||
commitIdTo = sha1
|
||||
commitIdTo = sha1,
|
||||
isDraft = true
|
||||
)
|
||||
|
||||
val commitComment = CommitComment(
|
||||
|
||||
@@ -138,6 +138,7 @@ trait ServiceSpecBase extends MockitoSugar {
|
||||
requestBranch = requestBranch,
|
||||
commitIdFrom = baesBranch,
|
||||
commitIdTo = requestBranch,
|
||||
isDraft = false,
|
||||
loginAccount = loginAccount.get
|
||||
)
|
||||
dummyService.getPullRequest(baseUserName, baseRepositoryName, issueId).get
|
||||
|
||||
Reference in New Issue
Block a user