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

rm unused info when get repo list via api

This commit is contained in:
lian
2017-06-20 11:08:26 +08:00
parent 51fb07f36a
commit 74b8272047
3 changed files with 7 additions and 30 deletions

View File

@@ -38,9 +38,6 @@ class ReposApiTest(ApiTestBase):
self.assertIsNotNone(repo['size'])
self.assertIsNotNone(repo['name'])
self.assertIsNotNone(repo['type'])
# self.assertIsNotNone(repo['virtual']) #allow null for pub-repo
self.assertIsNotNone(repo['desc'])
self.assertIsNotNone(repo['root'])
self.assertIsNotNone(repo['head_commit_id'])
def test_get_repo_info(self):