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

@@ -18,6 +18,8 @@ class RepoPublicTest(BaseTestCase):
def tearDown(self):
self.remove_repo(self.repo_id)
# clear cache between every test case to avoid config option cache issue
self.clear_cache()
def test_admin_can_set_pub_repo(self):
self.login_as(self.admin)