1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 08:53:14 +00:00

Merge branch '6.3'

This commit is contained in:
zhengxie
2019-01-19 15:38:33 +08:00
12 changed files with 211 additions and 74 deletions

View File

@@ -616,8 +616,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):