]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/steps/steps_db_ops.py
bdd: recreate functions on template DB
[nominatim.git] / test / bdd / steps / steps_db_ops.py
index 5ce416b013678a741f064cbbe2b19d30040e4b42..63c5120e88a894c99970a218a7b864fe48f1055d 100644 (file)
@@ -93,7 +93,6 @@ def add_data_to_planet_ways(context):
 def import_and_index_data_from_place_table(context):
     """ Import data previously set up in the place table.
     """
-    context.nominatim.run_nominatim('refresh', '--functions')
     context.nominatim.run_nominatim('import', '--continue', 'load-data',
                                               '--index-noanalyse', '-q',
                                               '--offline')