Show More
@@ -195,6 +195,8 b' class TestAdminSettingsGlobal:' | |||
|
195 | 195 | 'rhodecode_post_code': '', |
|
196 | 196 | 'rhodecode_captcha_private_key': '', |
|
197 | 197 | 'rhodecode_captcha_public_key': '', |
|
198 | 'rhodecode_create_personal_repo_group': False, | |
|
199 | 'rhodecode_personal_repo_group_pattern': '${username}', | |
|
198 | 200 | } |
|
199 | 201 | params.update(settings) |
|
200 | 202 | response = self.app.post(url('admin_settings_global'), params=params) |
General Comments 0
You need to be logged in to leave comments.
Login now