diff --git a/test/python/tools/test_freeze.py b/test/python/tools/test_freeze.py index 21e49b8d..10986120 100644 --- a/test/python/tools/test_freeze.py +++ b/test/python/tools/test_freeze.py @@ -12,7 +12,7 @@ from nominatim_db.tools import freeze NOMINATIM_RUNTIME_TABLES = [ 'country_name', 'country_osm_grid', 'location_postcode', 'location_property_osmline', 'location_property_tiger', - 'placex', 'place_adressline', + 'placex', 'place_addressline', 'search_name', 'word' ]