summaryrefslogtreecommitdiff
path: root/spec/requests
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-05-12 09:29:29 +0000
committerTimothy Andrew <mail@timothyandrew.net>2017-05-19 07:16:35 +0000
commitf9a347fdcae0c4da4b2a8c3a03a7e2c6863d308d (patch)
treecace7d6691a881a7bf1bc1e3526868e8c62805a7 /spec/requests
parentcfab4e9fee8ff6d47f3f3d6bc237b3e38a9c5a53 (diff)
downloadgitlab-ce-f9a347fdcae0c4da4b2a8c3a03a7e2c6863d308d.tar.gz
Merge branch 'fixes_for_multiple_issue_assignees' into 'master'
Fix for Follow-up from "Backport of Multiple Assignees feature Closes #31888 See merge request !11178
Diffstat (limited to 'spec/requests')
-rw-r--r--spec/requests/api/issues_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/api/issues_spec.rb b/spec/requests/api/issues_spec.rb
index da2b56c040b..79cac721202 100644
--- a/spec/requests/api/issues_spec.rb
+++ b/spec/requests/api/issues_spec.rb
@@ -1124,7 +1124,7 @@ describe API::Issues do
end
context 'CE restrictions' do
- it 'updates an issue with several assignee but only one has been applied' do
+ it 'updates an issue with several assignees but only one has been applied' do
put api("/projects/#{project.id}/issues/#{issue.iid}", user),
assignee_ids: [user2.id, guest.id]