X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8bf15fa691e286c27c05619ae102fb4db16eda0d..aa558e60803c6da5398ba39de280bbe4cc3c7aac:/test/python/test_cli.py diff --git a/test/python/test_cli.py b/test/python/test_cli.py index 1d775b1f..d9e01040 100644 --- a/test/python/test_cli.py +++ b/test/python/test_cli.py @@ -320,7 +320,7 @@ class TestCliWithDb: assert func_mock.called == 1 - def test_refresh_postcodes(self, mock_func_factory): + def test_refresh_postcodes(self, mock_func_factory, place_table): func_mock = mock_func_factory(nominatim.tools.postcodes, 'update_postcodes') idx_mock = mock_func_factory(nominatim.indexer.indexer.Indexer, 'index_postcodes')