X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e1c5673ac31831e1b0cca58e21ebe6622c372ea7..044bb6afa53f2c799490d8a95ca050c8b755ca4c:/test/python/test_cli.py diff --git a/test/python/test_cli.py b/test/python/test_cli.py index 4cca3080..e0d4fb86 100644 --- a/test/python/test_cli.py +++ b/test/python/test_cli.py @@ -248,7 +248,7 @@ def test_index_command(mock_func_factory, temp_db_cursor, tokenizer_mock, assert bnd_mock.called == do_bnds assert rank_mock.called == do_ranks -def test_special_phrases_command(temp_db, mock_func_factory): +def test_special_phrases_command(temp_db, mock_func_factory, tokenizer_mock): func = mock_func_factory(nominatim.clicmd.special_phrases.SpecialPhrasesImporter, 'import_from_wiki') call_nominatim('special-phrases', '--import-from-wiki')