From d2828ecaff1d985fd915f467527f7744ed6ef0b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Tue, 19 Dec 2017 13:07:57 +0100 Subject: [PATCH] Update test --- test/acceptance/aggregation.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/acceptance/aggregation.js b/test/acceptance/aggregation.js index 73284582..4c2d790e 100644 --- a/test/acceptance/aggregation.js +++ b/test/acceptance/aggregation.js @@ -762,10 +762,10 @@ describe('aggregation', function () { } assert.deepEqual(body, { - errors: [ 'Invalid placement. Valid values: centroid, point-grid, point-sample'], + errors: [ 'Invalid placement. Valid values: centroid, point-grid, point-sample, full-sample'], errors_with_context:[{ type: 'layer', - message: 'Invalid placement. Valid values: centroid, point-grid, point-sample', + message: 'Invalid placement. Valid values: centroid, point-grid, point-sample, full-sample', layer: { id: "layer0", index: 0,