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', 'p |
|
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', 'p |
|
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