Commit 2bc22018 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix-flaky-spec-assignees-order' into 'master'

Fix flaky spec due to assignee ordering

See merge request gitlab-org/gitlab!73609
parents 15460cc8 9b39213f
......@@ -116,7 +116,7 @@ RSpec.describe Members::CreateService do
expect(project.issues).to all have_attributes(
project: project,
author: user,
assignees: project_users
assignees: match_array(project_users)
)
end
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