1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 07:55:36 +00:00

add size when admin get file share link info

This commit is contained in:
lian
2017-07-10 11:22:39 +08:00
parent 94b7d8f9d5
commit a77ab79e91
2 changed files with 7 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ class AdminShareLinkTest(BaseTestCase):
assert json_resp['token'] == token
assert json_resp['is_dir'] == False
assert json_resp['size'] is not None
self._remove_share_link(token)