1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00

use new get group repos api

This commit is contained in:
lian
2018-01-17 16:07:30 +08:00
parent ea9c1801d2
commit 0c173a12ac
4 changed files with 23 additions and 63 deletions

View File

@@ -33,6 +33,8 @@ class RepoTest(BaseTestCase):
self.assertIsNotNone(json_resp['root'])
self.assertIsNotNone(json_resp['type'])
self.assertIsNotNone(json_resp['file_count'])
self.assertIsNotNone(json_resp['groupid'])
self.assertIsNotNone(json_resp['group_name'])
def test_can_delete(self):
self.login_as(self.user)