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

Fix a LDAP sync group spec

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 88b2ea33
...@@ -126,7 +126,7 @@ describe EE::Gitlab::LDAP::Sync::Group, lib: true do ...@@ -126,7 +126,7 @@ describe EE::Gitlab::LDAP::Sync::Group, lib: true do
end end
let(:group) do let(:group) do
create(:group_with_ldap_group_link, create(:group_with_ldap_group_link, :access_requestable,
cn: 'ldap_group1', cn: 'ldap_group1',
group_access: ::Gitlab::Access::DEVELOPER) group_access: ::Gitlab::Access::DEVELOPER)
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