Commit 6606642f authored by James Edwards-Jones's avatar James Edwards-Jones

fixup! Added link to bulk assign issues to MR author. (Issue #18876)

parent 8d2de73a
......@@ -742,7 +742,7 @@ describe Projects::MergeRequestsController do
it 'calls MergeRequests::AssignIssuesService' do
expect(MergeRequests::AssignIssuesService).to receive(:new).
with(project, user, merge_request: merge_request).
and_return(double(execute: {count: 1}))
and_return(double(execute: { count: 1 }))
post_assign_issues
end
......
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