mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
more API tests (mostly for user errors)
This commit is contained in:
@@ -15,6 +15,15 @@ Feature: Parameters for Reverse API
|
||||
| jsonv2 |
|
||||
| xml |
|
||||
|
||||
Scenario Outline: Coordinates must be floating-point numbers
|
||||
When sending reverse coordinates <coords>
|
||||
Then a HTTP 400 is returned
|
||||
|
||||
Examples:
|
||||
| coords |
|
||||
| -45.3,; |
|
||||
| gkjd,50 |
|
||||
|
||||
Scenario Outline: Reverse Geocoding with extratags
|
||||
When sending <format> reverse coordinates 10.776234290950017,106.70425325632095
|
||||
| extratags |
|
||||
|
||||
Reference in New Issue
Block a user