X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ef98a85b05f02068ada85dd50b15f2e960ca35bc..74c39267d94b11258f60bd309813d47f291d938e:/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 |