1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 17:02:47 +00:00

update tests

This commit is contained in:
lian
2022-06-27 15:37:19 +08:00
parent 4309485bf5
commit 5545bd648f
5 changed files with 20 additions and 8 deletions

View File

@@ -20,7 +20,8 @@ class DirRevertTest(BaseTestCase):
def delete_dir(self):
seafile_api.del_file(self.repo_id, self.parent_dir,
self.folder_name, self.username)
json.dumps([self.folder_name]),
self.username)
def get_trash_dir_commit_id(self):
deleted_file = seafile_api.get_deleted(self.repo_id, 0, '/', None)