]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/api/reverse/geocodejson.feature
re-add district to geocodejson
[nominatim.git] / test / bdd / api / reverse / geocodejson.feature
index ef2053ae1f29f2ad658f0722cdb10322016c3d01..b32bf1ca453482f859eac8bb5f65501717f1bed8 100644 (file)
@@ -23,5 +23,5 @@ Feature: Parameters for Reverse API
     Scenario: City address with suburb
         When sending geocodejson reverse coordinates 53.5822,10.0805
         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 |