1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 14:42:10 +00:00

Merge pull request #2300 from haiwen/fix-wiki-test

fix test
This commit is contained in:
zheng xie
2018-08-27 11:35:43 +08:00
committed by GitHub

View File

@@ -61,7 +61,8 @@ class WikisViewTest(BaseTestCase):
resp = self.client.post(self.url, {
'name': 'test wiki',
'permission': 'private',
'repo_id': '',
'use_exist_repo': 'false',
})
self.assertEqual(200, resp.status_code)