mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 23:20:51 +00:00
[api2] Add root id back when list repos
This commit is contained in:
@@ -40,6 +40,7 @@ class ReposApiTest(ApiTestBase):
|
||||
self.assertIsNotNone(repo['type'])
|
||||
# self.assertIsNotNone(repo['virtual']) #allow null for pub-repo
|
||||
self.assertIsNotNone(repo['desc'])
|
||||
self.assertIsNotNone(repo['root'])
|
||||
|
||||
def test_get_repo_info(self):
|
||||
with self.get_tmp_repo() as repo:
|
||||
|
Reference in New Issue
Block a user