Show More
@@ -168,7 +168,6 b' def make_pyramid_app(global_config, **se' | |||
|
168 | 168 | # If this is a test run we prepare the test environment like |
|
169 | 169 | # creating a test database, test search index and test repositories. |
|
170 | 170 | # This has to be done before the database connection is initialized. |
|
171 | # if settings['is_test']: | |
|
172 | 171 | if settings['is_test']: |
|
173 | 172 | rhodecode.is_test = True |
|
174 | 173 | utils.initialize_test_environment(settings_merged) |
General Comments 0
You need to be logged in to leave comments.
Login now