]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/test_cli.py
limit the number of variants that can be produced
[nominatim.git] / test / python / test_cli.py
index 1d775b1fd6d395ea67be61898187d03c194f0f16..d9e0104014eb74c529cfa6d198847ce415460fa6 100644 (file)
@@ -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')