X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e1c5673ac31831e1b0cca58e21ebe6622c372ea7..0da481f207b1aabc5943ea4ab99914d9b1f50b82:/test/python/conftest.py?ds=inline diff --git a/test/python/conftest.py b/test/python/conftest.py index d4649c24..f43f09d0 100644 --- a/test/python/conftest.py +++ b/test/python/conftest.py @@ -299,7 +299,7 @@ def sql_preprocessor(temp_db_conn, tmp_path, monkeypatch, table_factory): @pytest.fixture -def tokenizer_mock(monkeypatch, property_table, temp_db_conn): +def tokenizer_mock(monkeypatch, property_table, temp_db_conn, dsn): """ Sets up the configuration so that the test dummy tokenizer will be loaded. """