# HG changeset patch # User Martin Bornhold # Date 2016-10-04 11:04:40 # Node ID d114dcc626bebe9543c71749a782dbd7916f808f # Parent 7c1d72960470b6cdd7fcc041a74b1ca36b990471 tests: Change default settings in tests to 'http' diff --git a/rhodecode/tests/config/test_sanitize_settings.py b/rhodecode/tests/config/test_sanitize_settings.py --- a/rhodecode/tests/config/test_sanitize_settings.py +++ b/rhodecode/tests/config/test_sanitize_settings.py @@ -115,10 +115,11 @@ class TestSanitizeVcsSettings(object): _string_settings = [ ('vcs.svn.compatible_version', ''), ('git_rev_filter', '--all'), - ('vcs.hooks.protocol', 'pyro4'), + ('vcs.hooks.protocol', 'http'), + ('vcs.scm_app_implementation', 'http'), ('vcs.server', ''), ('vcs.server.log_level', 'debug'), - ('vcs.server.protocol', 'pyro4'), + ('vcs.server.protocol', 'http'), ] _list_settings = [