mirror of https://github.com/pelias/docker.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
665 B
33 lines
665 B
{ |
|
"name": "autocomplete boundary.rect", |
|
"priorityThresh": 3, |
|
"endpoint": "autocomplete", |
|
"tests": [ |
|
{ |
|
"id": 1, |
|
"status": "pass", |
|
"user": "Julian", |
|
"type": "dev", |
|
"in": { |
|
"boundary.rect.min_lat":19, |
|
"boundary.rect.max_lat":20, |
|
"boundary.rect.min_lon":-99, |
|
"boundary.rect.max_lon":-98, |
|
"text": "san francisco" |
|
}, |
|
"expected": { |
|
"properties": [ |
|
{ |
|
"name": "San Francisco", |
|
"country_a": "MEX" |
|
} |
|
] |
|
}, |
|
"unexpected": { |
|
"properties": [{ |
|
"country_a": "USA" |
|
}] |
|
} |
|
} |
|
] |
|
}
|
|
|