Commit 21487749 authored by Robert Speicher's avatar Robert Speicher

Resolve conflict in spec/controllers/projects/issues_controller_spec.rb

parent 5e9a30bb
......@@ -975,7 +975,6 @@ describe Projects::IssuesController do
get :discussions, namespace_id: project.namespace, project_id: project, id: issue.iid
expect(json_response.first.keys).to match_array(%w[id reply_id expanded notes diff_discussion individual_note resolvable resolved])
<<<<<<< HEAD
end
it 'filters notes that the user should not see' do
......@@ -1041,8 +1040,6 @@ describe Projects::IssuesController do
let(:project) { create(:project, :public) }
it_behaves_like 'user cannot see confidential issue', Gitlab::Access::NO_ACCESS
=======
>>>>>>> upstream/master
end
context 'with cross-reference system note', :request_store do
......
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