mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-04-05 09:18:07 -05:00
Adding LastReviewedCommit
This commit is contained in:
parent
691c6b2c37
commit
254a11e522
@ -109,6 +109,7 @@ type UserWithMetadata struct {
|
|||||||
Role string `json:"role,omitempty"`
|
Role string `json:"role,omitempty"`
|
||||||
Approved bool `json:"approved,omitempty"`
|
Approved bool `json:"approved,omitempty"`
|
||||||
Status string `json:"status,omitempty"`
|
Status string `json:"status,omitempty"`
|
||||||
|
LastReviewedCommit string `json:"lastReviewedCommit,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// PermissionGlobal are global permissions
|
// PermissionGlobal are global permissions
|
||||||
|
@ -456,6 +456,7 @@ func TestGetPullRequestResponse(t *testing.T) {
|
|||||||
Role: "REVIEWER",
|
Role: "REVIEWER",
|
||||||
Approved: true,
|
Approved: true,
|
||||||
Status: "APPROVED",
|
Status: "APPROVED",
|
||||||
|
LastReviewedCommit: "7549846524f8aed2bd1c0249993ae1bf9d3c9998",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Participants: []UserWithMetadata{
|
Participants: []UserWithMetadata{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user