X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2c19bd5ea38fb7474d0ca530fdab7ae76cee965b..bbe0353b23f0c4b766bc625e091942fadbc06fcf:/test/python/test_cli.py?ds=inline 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