summaryrefslogtreecommitdiff
path: root/tools/python_test_v4.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/python_test_v4.py')
-rw-r--r--tools/python_test_v4.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/python_test_v4.py b/tools/python_test_v4.py
index bf69500..66493cb 100644
--- a/tools/python_test_v4.py
+++ b/tools/python_test_v4.py
@@ -206,6 +206,7 @@ group3 = gl.groups.create({'name': 'group3', 'path': 'group3', 'parent_id': p_id
assert(len(gl.groups.list()) == 3)
assert(len(gl.groups.list(search='oup1')) == 1)
assert(group3.parent_id == p_id)
+assert(group2.subgroups.list()[0].id == group3.id)
group1.members.create({'access_level': gitlab.Group.OWNER_ACCESS,
'user_id': user1.id})