mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 15:38:15 +00:00
[api] Add repo last modifier and add cache for memcache ops
This commit is contained in:
@@ -147,7 +147,10 @@ class RepoGroupFolderPermTest(BaseTestCase):
|
||||
}
|
||||
|
||||
resp = self.client.post(url, data)
|
||||
self.assertEqual(409, resp.status_code)
|
||||
json_resp = json.loads(resp.content)
|
||||
assert len(json_resp['failed']) == 1
|
||||
assert len(json_resp['success']) == 0
|
||||
assert json_resp['failed'][0]['group_id'] == self.group_id
|
||||
|
||||
def test_can_delete_folder_perm(self):
|
||||
|
||||
|
Reference in New Issue
Block a user