Commit 66de6075 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch '343792-fix-members-create_service' into 'master'

Fix flaky spec for invite members for tasks

See merge request gitlab-org/gitlab!73096
parents fbf5a17b 3a52c538
......@@ -238,8 +238,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
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