Commit 7cd8cc21 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'rs-flaky-ldap-access-spec' into 'master'

Prevent transient Gitlab::LDAP::Access spec failure

See merge request !2770
parents c0261f77 e83644ff
......@@ -374,7 +374,7 @@ describe Gitlab::LDAP::Access do
allow(access).to receive(:ldap_user).and_return(person_with_memberof)
expect(LdapGroupSyncWorker).to receive(:perform_async)
.with(group_ids, provider)
.with(a_collection_containing_exactly(*group_ids), provider)
access.update_memberships
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