X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6be2077d922098d65f069557dea55542c15a5c98..a4d7cdd2ad7b1e087751e55a56454781aa6580bc:/test/bdd/db/query/interpolation.feature diff --git a/test/bdd/db/query/interpolation.feature b/test/bdd/db/query/interpolation.feature index 602ac434..600de718 100644 --- a/test/bdd/db/query/interpolation.feature +++ b/test/bdd/db/query/interpolation.feature @@ -23,7 +23,7 @@ Feature: Query of address interpolations | id | nodes | | 1 | 1,3 | When importing - When sending jsonv2 reverse point 2 + When sending v1/reverse N2 Then results contain | ID | display_name | | 0 | 3, Nickway | @@ -43,12 +43,12 @@ Feature: Query of address interpolations And the places | osm | class | type | housenr | geometry | | N1 | place | house | 2 | 1 | - | N3 | place | house | 16 | 3 | + | N3 | place | house | 18 | 3 | And the ways | id | nodes | | 1 | 1,3 | When importing - When sending jsonv2 reverse point 2 + When sending v1/reverse N2 Then results contain | ID | display_name | centroid | | 0 | 10, Nickway | 2 |