From 2f1adf17343bff6ec3482349791de0975a4de382 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Tue, 5 Apr 2022 12:35:25 -0400 Subject: [PATCH] Improve PHX airport POI tests These tests have not had great pass rate until https://github.com/pelias/api/pull/1620, so we didn't know that the `distanceThresh` value for the coordinate checks weren't quite correct. Hopefully they will be passing soon! --- test_cases/search_poi.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_cases/search_poi.json b/test_cases/search_poi.json index 7038025..1aa65a3 100644 --- a/test_cases/search_poi.json +++ b/test_cases/search_poi.json @@ -241,7 +241,7 @@ }, "expected": { "priorityThresh": 1, - "distanceThresh": 500, + "distanceThresh": 1000, "coordinates": [ -112.012869, 33.434743 ], "properties": [{ "layer": "venue", @@ -265,7 +265,7 @@ }, "expected": { "priorityThresh": 1, - "distanceThresh": 500, + "distanceThresh": 1000, "coordinates": [ -112.012869, 33.434743 ], "properties": [{ "layer": "venue",