Show More
@@ -195,6 +195,8 b' class TestAdminSettingsGlobal:' | |||||
195 | 'rhodecode_post_code': '', |
|
195 | 'rhodecode_post_code': '', | |
196 | 'rhodecode_captcha_private_key': '', |
|
196 | 'rhodecode_captcha_private_key': '', | |
197 | 'rhodecode_captcha_public_key': '', |
|
197 | 'rhodecode_captcha_public_key': '', | |
|
198 | 'rhodecode_create_personal_repo_group': False, | |||
|
199 | 'rhodecode_personal_repo_group_pattern': '${username}', | |||
198 | } |
|
200 | } | |
199 | params.update(settings) |
|
201 | params.update(settings) | |
200 | response = self.app.post(url('admin_settings_global'), params=params) |
|
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