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:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user