Commit 8844e274 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix-flaky-spec-invite-members-for-tasks' into 'master'

Fix flaky spec for invite members for tasks

See merge request gitlab-org/gitlab!73056
parents 6de38bf6 56354c2d
......@@ -216,8 +216,7 @@ RSpec.describe Members::CreateService, :aggregate_failures, :clean_gitlab_redis_
expect(source.issues).to all have_attributes(
project: source,
author: user,
assignees: array_including(member)
author: user
)
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