1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 16:31:13 +00:00

update dir detail (#2796)

remove file_count, dir_count and size field
This commit is contained in:
lian
2019-01-09 15:11:17 +08:00
committed by Daniel Pan
parent 71228ae651
commit 7b70adaa6d
4 changed files with 0 additions and 22 deletions

View File

@@ -394,8 +394,6 @@ class DirDetailViewTest(BaseTestCase):
json_resp = json.loads(resp.content)
assert json_resp['name'] == self.folder_name
assert json_resp['file_count'] == 1
assert json_resp['dir_count'] == 1
def test_get_dir_detail_with_invalid_perm(self):