1
0
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:
zhengxie
2015-04-02 11:26:09 +08:00
committed by Daniel Pan
parent c4dabb0220
commit f30cb39ef5
2 changed files with 6 additions and 0 deletions

View File

@@ -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: