From 75583f67c54e8cbd96d0366f5da3cae32f8c28a3 Mon Sep 17 00:00:00 2001 From: Esther Lozano Date: Tue, 12 Nov 2019 14:54:25 +0100 Subject: [PATCH] Use last version for map config in tests --- test/acceptance/dataviews/overviews-test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/acceptance/dataviews/overviews-test.js b/test/acceptance/dataviews/overviews-test.js index 64a071f9..c75433e1 100644 --- a/test/acceptance/dataviews/overviews-test.js +++ b/test/acceptance/dataviews/overviews-test.js @@ -678,7 +678,7 @@ describe('dataviews using tables with overviews', function() { function createMapConfig(options) { return { - version: '1.5.0', + version: '1.8.0', analyses: [ { id: 'data-source', type: 'source', @@ -733,7 +733,7 @@ describe('dataviews using tables with overviews', function() { }; var missingColumnMapConfig = createMapConfig(options); - var testClient = new TestClient(missingCOlumnMapConfig); + var testClient = new TestClient(missingColumnMapConfig); testClient.getDataview('test_invalid_aggregation', params, function (err, dataview) { if (err) { return done(err);