We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603a351 commit a014774Copy full SHA for a014774
tools/functional/api/test_groups.py
@@ -33,6 +33,10 @@ def test_groups(gl):
33
assert group3.parent_id == p_id
34
assert group2.subgroups.list()[0].id == group3.id
35
36
+ filtered_groups = gl.groups.list(skip_groups=[group3.id, group4.id])
37
+ assert group3 not in filtered_groups
38
39
+
40
group1.members.create(
41
{"access_level": gitlab.const.OWNER_ACCESS, "user_id": user.id}
42
)
0 commit comments