1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-11 03:41:12 +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

@@ -37,7 +37,9 @@ class RepoCommitDirTest(BaseTestCase):
def test_get(self):
# delete a folder first
seafile_api.del_file(self.repo_id, '/', self.folder_name, self.user_name)
seafile_api.del_file(self.repo_id, '/',
json.dumps([self.folder_name]),
self.user_name)
self.login_as(self.user)