X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/06683edaae8bfa517e488375d710ca6532336725..6bc044d9c7d0f849aeba4e5ffae0a3828d5fa010:/test/python/cli/test_cmd_refresh.py diff --git a/test/python/cli/test_cmd_refresh.py b/test/python/cli/test_cmd_refresh.py index 9074b2cc..9f3d7bb2 100644 --- a/test/python/cli/test_cmd_refresh.py +++ b/test/python/cli/test_cmd_refresh.py @@ -25,7 +25,6 @@ class TestRefresh: ('address-levels', 'load_address_levels_from_config'), ('wiki-data', 'import_wikipedia_articles'), ('importance', 'recompute_importance'), - ('website', 'setup_website'), ]) def test_refresh_command(self, mock_func_factory, command, func): mock_func_factory(nominatim_db.tools.refresh, 'create_functions')