From 44f4a9d49a0d78668b37fca8558ae63c5fdef271 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Tue, 2 Mar 2021 14:24:55 +0100 Subject: [enh] add ability to send engine data to subsequent requests --- tests/unit/test_webapp.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/unit/test_webapp.py b/tests/unit/test_webapp.py index a488faf58..7d7a04fdc 100644 --- a/tests/unit/test_webapp.py +++ b/tests/unit/test_webapp.py @@ -57,7 +57,8 @@ class ViewsTestCase(SearxTestCase): results_number=lambda: 3, results_length=lambda: len(test_results), get_timings=lambda: timings, - redirect_url=None) + redirect_url=None, + engine_data={}) self.setattr4test(Search, 'search', search_mock) -- cgit v1.2.3