Commit 671b891e authored by Patricio Cano's avatar Patricio Cano

Added required `provider` parameter to test

parent 8290e5d9
...@@ -80,7 +80,7 @@ describe API::API, api: true do ...@@ -80,7 +80,7 @@ describe API::API, api: true do
end end
it "should return a 422 error when group access is not known" do it "should return a 422 error when group access is not known" do
post api("//groups/#{group_with_ldap_links.id}/ldap_group_links", owner), cn: 'ldap-group3', group_access: 11 post api("//groups/#{group_with_ldap_links.id}/ldap_group_links", owner), cn: 'ldap-group3', group_access: 11, provider: 'ldap1'
expect(response.status).to eq(422) expect(response.status).to eq(422)
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