Merge pull request #2838 from lonvia/update-osm2pgsql

Update osm2pgsql to latest 1.7.1 release
This commit is contained in:
Sarah Hoffmann
2022-10-05 18:59:13 +02:00
committed by GitHub
2 changed files with 5 additions and 3 deletions

View File

@@ -172,10 +172,12 @@ Feature: Search queries
Scenario: Limit number of search results
When sending json search query "landstr"
| dedupe |
| 0 |
Then more than 4 results are returned
When sending json search query "landstr"
| limit |
| 4 |
| limit | dedupe |
| 4 | 0 |
Then exactly 4 results are returned
Scenario: Limit parameter must be a number