Use last version for map config in tests

This commit is contained in:
Esther Lozano 2019-11-12 14:54:25 +01:00
parent bb745b0318
commit 75583f67c5

View File

@ -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);