Commit 3a52c538 authored by Rémy Coutable's avatar Rémy Coutable

Fix flaky spec for invite members for tasks

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 12d94b5a
...@@ -238,8 +238,7 @@ RSpec.describe Members::CreateService, :aggregate_failures, :clean_gitlab_redis_ ...@@ -238,8 +238,7 @@ RSpec.describe Members::CreateService, :aggregate_failures, :clean_gitlab_redis_
expect(source.issues).to all have_attributes( expect(source.issues).to all have_attributes(
project: source, project: source,
author: user, author: user
assignees: array_including(member)
) )
end end
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