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

Update nickname cache invalidation

This commit is contained in:
zhengxie
2016-03-18 15:49:31 +08:00
parent 865429e5ec
commit 3d5d98ffb8
10 changed files with 95 additions and 11 deletions

View File

@@ -16,6 +16,7 @@ class SharedRepoTest(BaseTestCase):
def tearDown(self):
self.remove_repo(self.repo_id)
self.clear_cache()
def test_admin_can_share_repo_to_public(self):
self.login_as(self.admin)