Commit 7aa87eb8 authored by Rémy Coutable's avatar Rémy Coutable

Fix silently failing spec that was now failing loudly

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 2f1e7ff8
...@@ -16,7 +16,7 @@ describe API::API, api: true do ...@@ -16,7 +16,7 @@ describe API::API, api: true do
before do before do
group_with_ldap_links.add_owner owner group_with_ldap_links.add_owner owner
group_with_ldap_links.add_user user, group_access: Gitlab::Access::DEVELOPER group_with_ldap_links.add_user user, Gitlab::Access::DEVELOPER
end end
describe "POST /groups/:id/ldap_group_links" do describe "POST /groups/:id/ldap_group_links" do
......
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