diff --git a/test/unit/query/search.js b/test/unit/query/search.js index 5de06f8f..d4224dde 100644 --- a/test/unit/query/search.js +++ b/test/unit/query/search.js @@ -220,17 +220,7 @@ module.exports.tests.query = function(test, common) { } } }, - 'sort': ['_score', - { - '_geo_distance': { - 'center_point': { - 'lat': 29.49136, - 'lon': -82.50622 - }, - 'order': 'asc', - 'unit': 'km' - } - }].concat(sort.slice(1)), + 'sort': ['_score'].concat(sort.slice(1)), 'size': 10, 'track_scores': true };