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
|
||||
|
||||
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 :source_project_id, :target_project_id
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue