X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/10143e0ac712913d0c33b5df4a4371e7ef849f06..1ce223a83bb38585d48137633380db37aa92af2e:/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')