Fix tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
86c76eccea
commit
c02e3d441b
|
|
@ -132,7 +132,7 @@ module API
|
||||||
end
|
end
|
||||||
|
|
||||||
class MergeRequest < ProjectEntity
|
class MergeRequest < ProjectEntity
|
||||||
expose :target_branch, :source_branch, :title, :state, :upvotes, :downvotes
|
expose :target_branch, :source_branch, :title, :state, :upvotes, :downvotes, :description
|
||||||
expose :author, :assignee, using: Entities::UserBasic
|
expose :author, :assignee, using: Entities::UserBasic
|
||||||
expose :source_project_id, :target_project_id
|
expose :source_project_id, :target_project_id
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue