Skip to content

Commit fc2a64c

Browse files
committed
test(autocomplete_focus): add test case for Vars, France pelias/api#1568
1 parent 434b884 commit fc2a64c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

test_cases/autocomplete_focus.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,30 @@
287287
}
288288
]
289289
}
290+
},
291+
{
292+
"id": 31,
293+
"status": "fail",
294+
"user": "joxit",
295+
"description": [ "find Vars city in France from Vosges department" ],
296+
"issue": "https://github.com/pelias/pelias/issues/165",
297+
"in": {
298+
"focus.point.lat": 48.036619,
299+
"focus.point.lon": 6.5802992,
300+
"text": "vars",
301+
"lang": "fr"
302+
},
303+
"expected": {
304+
"priorityThresh": 1,
305+
"properties": [
306+
{
307+
"name": "Vars",
308+
"localadmin": "Vars",
309+
"region": "Haute-Saône",
310+
"country": "France"
311+
}
312+
]
313+
}
290314
}
291315
]
292316
}

0 commit comments

Comments
 (0)