mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 14:42:10 +00:00
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user