diff --git a/addons/web/controllers/testing.py b/addons/web/controllers/testing.py index c195c7e54b6..60702a6abfe 100644 --- a/addons/web/controllers/testing.py +++ b/addons/web/controllers/testing.py @@ -91,6 +91,7 @@ class TestRunnerController(http.Controller): @http.route('/web/tests', type='http', auth="none") def index(self, mod=None, **kwargs): + request.params['db'] = request.params.get('source') ensure_db() ms = module.get_modules() manifests = dict(