X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/cde9389e75130d7c22b8f923c21aca0f65fbd216..57ce75eb67e292b2ddb7036619646ab73690ecfd:/test/python/test_cli.py diff --git a/test/python/test_cli.py b/test/python/test_cli.py index 9aeca3de..eb0ee584 100644 --- a/test/python/test_cli.py +++ b/test/python/test_cli.py @@ -174,7 +174,7 @@ def test_index_command(mock_func_factory, temp_db_cursor, params, do_bnds, do_ra def test_special_phrases_command(temp_db, mock_func_factory): func = mock_func_factory(nominatim.clicmd.special_phrases.SpecialPhrasesImporter, 'import_from_wiki') - call_nominatim('import-special-phrases', '--from-wiki') + call_nominatim('special-phrases', '--import-from-wiki') assert func.called == 1