]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/api/search/geocodejson.feature
re-add district to geocodejson
[nominatim.git] / test / bdd / api / search / geocodejson.feature
index f9132f709d080509dd835e47c16cebf61947d7d0..97cb220b0b84c6250750a4bcb7288dcd2794e4d8 100644 (file)
@@ -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 |