Commit c02e3d441b6ef35bdbb4a45829f47369aa911690

Authored by Dmitriy Zaporozhets
1 parent 86c76ecc

Fix tests

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/api/entities.rb
@@ -132,7 +132,7 @@ module API @@ -132,7 +132,7 @@ module API
132 end 132 end
133 133
134 class MergeRequest < ProjectEntity 134 class MergeRequest < ProjectEntity
135 - expose :target_branch, :source_branch, :title, :state, :upvotes, :downvotes 135 + expose :target_branch, :source_branch, :title, :state, :upvotes, :downvotes, :description
136 expose :author, :assignee, using: Entities::UserBasic 136 expose :author, :assignee, using: Entities::UserBasic
137 expose :source_project_id, :target_project_id 137 expose :source_project_id, :target_project_id
138 end 138 end