Merge pull request #3925 from Aditya30ag/fix-typo-place-addressline-test

Fix typo in place_addressline table name in tests
This commit is contained in:
Sarah Hoffmann
2025-12-30 14:36:59 +01:00
committed by GitHub

View File

@@ -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'
]