1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00
This commit is contained in:
ilearnit
2019-04-17 03:09:44 +00:00
parent 2000c9b792
commit 8c6ae8676e
2 changed files with 5 additions and 5 deletions

View File

@@ -60,9 +60,7 @@ class WikisViewTest(BaseTestCase):
assert len(Wiki.objects.all()) == 0
resp = self.client.post(self.url, {
'name': 'test wiki',
'repo_id': '',
'use_exist_repo': 'false',
'repo_id': self.repo.id,
})
self.assertEqual(200, resp.status_code)