##// END OF EJS Templates
tests: Change default settings in tests to 'http'
Martin Bornhold -
r966:d114dcc6 default
parent child Browse files
Show More
@@ -115,10 +115,11 b' class TestSanitizeVcsSettings(object):'
115 _string_settings = [
115 _string_settings = [
116 ('vcs.svn.compatible_version', ''),
116 ('vcs.svn.compatible_version', ''),
117 ('git_rev_filter', '--all'),
117 ('git_rev_filter', '--all'),
118 ('vcs.hooks.protocol', 'pyro4'),
118 ('vcs.hooks.protocol', 'http'),
119 ('vcs.scm_app_implementation', 'http'),
119 ('vcs.server', ''),
120 ('vcs.server', ''),
120 ('vcs.server.log_level', 'debug'),
121 ('vcs.server.log_level', 'debug'),
121 ('vcs.server.protocol', 'pyro4'),
122 ('vcs.server.protocol', 'http'),
122 ]
123 ]
123
124
124 _list_settings = [
125 _list_settings = [
General Comments 0
You need to be logged in to leave comments. Login now