X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e59146a7334e6c8d47231e7d18c7f41a5eb02b59..975ef0b30526d72cbee90622b61971639b44508b:/test/bdd/api/search/geocodejson.feature diff --git a/test/bdd/api/search/geocodejson.feature b/test/bdd/api/search/geocodejson.feature index f9132f70..97cb220b 100644 --- a/test/bdd/api/search/geocodejson.feature +++ b/test/bdd/api/search/geocodejson.feature @@ -23,5 +23,5 @@ Feature: Parameters for Search API Scenario: City address with suburb When sending geocodejson search query "hinschenfelder str 64, wandsbek" with address Then results contain - | housenumber | street | locality | city | postcode | country | - | 64 | Hinschenfelder Straße | Wandsbek | Hamburg | 22047 | Deutschland | + | housenumber | street | district | city | postcode | country | + | 64 | Hinschenfelder Straße | Wandsbek | Hamburg | 22047 | Deutschland |