Commit bddc9a74 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Resolve conflicts in entities and interpret_service_spec

parent 2ae77035
......@@ -294,10 +294,7 @@ module API
expose :upvotes, :downvotes
expose :due_date
expose :confidential
<<<<<<< HEAD
expose :weight, if: ->(issue, _) { issue.supports_weight? }
=======
>>>>>>> upstream/master
expose :web_url do |issue, options|
Gitlab::UrlBuilder.build(issue)
......
......@@ -695,7 +695,6 @@ describe QuickActions::InterpretService, services: true do
let(:issuable) { issue }
end
<<<<<<< HEAD
context 'issuable weights licensed' do
before do
stub_licensed_features(issue_weights: true)
......@@ -730,8 +729,6 @@ describe QuickActions::InterpretService, services: true do
end
end
=======
>>>>>>> upstream/master
context '/duplicate command' do
it_behaves_like 'duplicate command' do
let(:issue_duplicate) { create(:issue, project: project) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment