diff --git a/tests/integration/test_engines.py b/tests/integration/test_engines.py index b77c43f07..72e987b4a 100644 --- a/tests/integration/test_engines.py +++ b/tests/integration/test_engines.py @@ -16,6 +16,9 @@ logger.level = logging.INFO stream_handler = logging.StreamHandler(sys.stdout) logger.addHandler(stream_handler) +SAFESEARCH = 0 +PAGENO = 1 + def test_single_engine(app: Flask, engine_name: str) -> Tuple[str, Optional[Exception], int]: logger.debug(f'Testing Engine: {engine_name}')