tests: fixed tests for personal repo groups
This commit is contained in:
parent
9e6713219c
commit
ca5102f4c8
1 changed files with 2 additions and 0 deletions
|
|
@ -195,6 +195,8 @@ class TestAdminSettingsGlobal:
|
|||
'rhodecode_post_code': '',
|
||||
'rhodecode_captcha_private_key': '',
|
||||
'rhodecode_captcha_public_key': '',
|
||||
'rhodecode_create_personal_repo_group': False,
|
||||
'rhodecode_personal_repo_group_pattern': '${username}',
|
||||
}
|
||||
params.update(settings)
|
||||
response = self.app.post(url('admin_settings_global'), params=params)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue