Skip to content

Commit 858dd8b

Browse files
committed
fix(groups): making list_ldap_group_links use use http_list
1 parent 77f9d92 commit 858dd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/v4/objects/groups.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def list_ldap_group_links(
209209
GitlabGetError: If the server cannot perform the request
210210
"""
211211
path = f"/groups/{self.encoded_id}/ldap_group_links"
212-
return self.manager.gitlab.http_get(path, **kwargs)
212+
return self.manager.gitlab.http_list(path, **kwargs)
213213

214214
@cli.register_custom_action("Group")
215215
@exc.on_http_error(exc.GitlabCreateError)

0 commit comments

Comments
 (0)