X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/c0e4a74c713f2c6b9538cbbaf0d32d5c558d0dac..fadffeaa2da7ff122c6c32ef892c958ee2f5616e:/tests/features/api/reverse_by_id.feature diff --git a/tests/features/api/reverse_by_id.feature b/tests/features/api/reverse_by_id.feature deleted file mode 100644 index 5f5a8f8d..00000000 --- a/tests/features/api/reverse_by_id.feature +++ /dev/null @@ -1,13 +0,0 @@ -Feature: Reverse lookup by ID - Testing reverse geocoding via OSM ID - - # see github issue #269 - Scenario: Get address of linked places - Given the request parameters - | osm_type | osm_id - | N | 151421301 - When sending an API call reverse - Then exactly 1 result is returned - And result addresses contain - | county | state - | Pratt County | Kansas