mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 07:27:04 +00:00
fix test case
This commit is contained in:
@@ -79,7 +79,7 @@ class RepoTest(BaseTestCase):
|
||||
|
||||
self.login_as(self.user)
|
||||
|
||||
seafile_api.set_repo_status(self.repo.id, int(1))
|
||||
seafile_api.set_repo_status(self.repo.id, 1)
|
||||
|
||||
invalid_name = '123456'
|
||||
data = {'repo_name': invalid_name}
|
||||
|
Reference in New Issue
Block a user