Show More
@@ -53,7 +53,8 b' class TestReposGroups(unittest.TestCase)' | |||
|
53 | 53 | group_description=desc, |
|
54 | 54 | group_parent_id=parent_id, |
|
55 | 55 | perms_updates=[], |
|
56 | perms_new=[] | |
|
56 | perms_new=[], | |
|
57 | enable_locking=False | |
|
57 | 58 | ) |
|
58 | 59 | gr = ReposGroupModel().update(id_, form_data) |
|
59 | 60 | return gr |
@@ -130,7 +131,8 b' class TestReposGroups(unittest.TestCase)' | |||
|
130 | 131 | private=False, |
|
131 | 132 | repo_type='hg', |
|
132 | 133 | clone_uri=None, |
|
133 |
landing_rev='tip' |
|
|
134 | landing_rev='tip', | |
|
135 | enable_locking=False) | |
|
134 | 136 | cur_user = User.get_by_username(TEST_USER_ADMIN_LOGIN) |
|
135 | 137 | r = RepoModel().create(form_data, cur_user) |
|
136 | 138 |
General Comments 0
You need to be logged in to leave comments.
Login now