X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a40684162afec2ce96d118884647a0525bb176ad..0aa2ca64d2d7492b05f2e541764fbe159eb5a187:/test/bdd/api/search/queries.feature?ds=inline diff --git a/test/bdd/api/search/queries.feature b/test/bdd/api/search/queries.feature index e5040f1e..fea4da41 100644 --- a/test/bdd/api/search/queries.feature +++ b/test/bdd/api/search/queries.feature @@ -19,11 +19,10 @@ Feature: Search queries When sending json search query "Schellingstr 86, Hamburg" with address | accept-language | | de | - Then address of result 0 is + Then address of result 0 contains | type | value | | house_number | 86 | | road | Schellingstraße | - | suburb | Eilbek | | postcode | 22089 | | city | Hamburg | | country | Deutschland | @@ -33,11 +32,10 @@ Feature: Search queries When sending json search query "Schellingstr 73, Hamburg" with address | accept-language | | de | - Then address of result 0 is + Then address of result 0 contains | type | value | | house_number | 73 | | road | Schellingstraße | - | suburb | Eilbek | | postcode | 22089 | | city | Hamburg | | country | Deutschland |