mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-04-05 01:10:12 -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"`
|
||||
Approved bool `json:"approved,omitempty"`
|
||||
Status string `json:"status,omitempty"`
|
||||
LastReviewedCommit string `json:"lastReviewedCommit,omitempty"`
|
||||
}
|
||||
|
||||
// PermissionGlobal are global permissions
|
||||
|
@ -456,6 +456,7 @@ func TestGetPullRequestResponse(t *testing.T) {
|
||||
Role: "REVIEWER",
|
||||
Approved: true,
|
||||
Status: "APPROVED",
|
||||
LastReviewedCommit: "7549846524f8aed2bd1c0249993ae1bf9d3c9998",
|
||||
},
|
||||
},
|
||||
Participants: []UserWithMetadata{
|
||||
|
Loading…
x
Reference in New Issue
Block a user