mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 01:47:57 +00:00
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:
@@ -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'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user