Show More
@@ -28,7 +28,7 b' from rhodecode.lib.caching_query import ' | |||
|
28 | 28 | from rhodecode.lib.hooks_daemon import DummyHooksCallbackDaemon |
|
29 | 29 | from rhodecode.lib.middleware import simplevcs |
|
30 | 30 | from rhodecode.lib.middleware.https_fixup import HttpsFixup |
|
31 | from rhodecode.lib.middleware.utils import scm_app | |
|
31 | from rhodecode.lib.middleware.utils import scm_app_http | |
|
32 | 32 | from rhodecode.model.db import User, _hash_key |
|
33 | 33 | from rhodecode.model.meta import Session |
|
34 | 34 | from rhodecode.tests import ( |
@@ -153,7 +153,7 b' def test_provides_traceback_for_appenlig' | |||
|
153 | 153 | |
|
154 | 154 | def test_provides_utils_scm_app_as_scm_app_by_default(pylonsapp): |
|
155 | 155 | controller = StubVCSController(pylonsapp, pylonsapp.config, None) |
|
156 | assert controller.scm_app is scm_app | |
|
156 | assert controller.scm_app is scm_app_http | |
|
157 | 157 | |
|
158 | 158 | |
|
159 | 159 | def test_allows_to_override_scm_app_via_config(pylonsapp): |
General Comments 0
You need to be logged in to leave comments.
Login now