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.
86 lines
1.5 KiB
86 lines
1.5 KiB
6 years ago
|
{
|
||
|
"name": "autocomplete",
|
||
|
"priorityThresh": 5,
|
||
|
"endpoint": "autocomplete",
|
||
|
"tests": [
|
||
|
{
|
||
|
"id": 1,
|
||
|
"status": "pass",
|
||
|
"user": "Diana",
|
||
|
"type": "dev",
|
||
|
"in": {
|
||
|
"text": "DiDi Dumpling"
|
||
|
},
|
||
|
"expected": {
|
||
|
"properties": [
|
||
|
{
|
||
|
"label": "DiDi Dumpling, Manhattan, New York, NY, USA"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"id": 2,
|
||
|
"status": "pass",
|
||
|
"user": "missinglink",
|
||
|
"in": {
|
||
|
"text": "hackney city farm"
|
||
|
},
|
||
|
"expected": {
|
||
|
"properties": [
|
||
|
{
|
||
|
"label": "Hackney City Farm, London, England, United Kingdom"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"id": 3,
|
||
|
"status": "pass",
|
||
|
"user": "missinglink",
|
||
|
"in": {
|
||
|
"text": "1 Grolmanstrasse"
|
||
|
},
|
||
|
"expected": {
|
||
|
"properties": [
|
||
|
{
|
||
|
"housenumber": "1",
|
||
|
"street": "Grolmanstraße",
|
||
|
"country": "Germany"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"id": 4,
|
||
|
"status": "pass",
|
||
|
"user": "missinglink",
|
||
|
"in": {
|
||
|
"text": "Beach Bablyon"
|
||
|
},
|
||
|
"expected": {
|
||
|
"properties": [
|
||
|
{
|
||
|
"label": "Beach Bablyon, Wellington, New Zealand"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"id": 5,
|
||
|
"status": "pass",
|
||
|
"user": "missinglink",
|
||
|
"in": {
|
||
|
"text": "Waiotapu"
|
||
|
},
|
||
|
"expected": {
|
||
|
"properties": [
|
||
|
{
|
||
|
"label": "Waiotapu, New Zealand"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|