Show More
@@ -115,10 +115,11 b' class TestSanitizeVcsSettings(object):' | |||
|
115 | 115 | _string_settings = [ |
|
116 | 116 | ('vcs.svn.compatible_version', ''), |
|
117 | 117 | ('git_rev_filter', '--all'), |
|
118 |
('vcs.hooks.protocol', 'p |
|
|
118 | ('vcs.hooks.protocol', 'http'), | |
|
119 | ('vcs.scm_app_implementation', 'http'), | |
|
119 | 120 | ('vcs.server', ''), |
|
120 | 121 | ('vcs.server.log_level', 'debug'), |
|
121 |
('vcs.server.protocol', 'p |
|
|
122 | ('vcs.server.protocol', 'http'), | |
|
122 | 123 | ] |
|
123 | 124 | |
|
124 | 125 | _list_settings = [ |
General Comments 0
You need to be logged in to leave comments.
Login now