mirror of
https://github.com/haiwen/seahub.git
synced 2025-07-16 16:21:48 +00:00
update user admin group test
This commit is contained in:
parent
660c1b6e4b
commit
957b3b4beb
@ -198,6 +198,8 @@ class UserInfoTest(BaseTestCase):
|
|||||||
self.admin_repo_id = r.id
|
self.admin_repo_id = r.id
|
||||||
|
|
||||||
# set common user as staff in admin user's group
|
# set common user as staff in admin user's group
|
||||||
|
ccnet_threaded_rpc.group_add_member(self.admin_group_1_id,
|
||||||
|
self.admin.email, self.user.email)
|
||||||
ccnet_threaded_rpc.group_set_admin(self.admin_group_1_id, self.user.email)
|
ccnet_threaded_rpc.group_set_admin(self.admin_group_1_id, self.user.email)
|
||||||
|
|
||||||
# add common user to admin user's another group
|
# add common user to admin user's another group
|
||||||
|
Loading…
Reference in New Issue
Block a user