Update test/acceptance/dataviews/overviews-test.js

Co-Authored-By: Daniel G. Aubert <danielgarciaaubert@gmail.com>
This commit is contained in:
Esther Lozano
2019-11-12 14:48:37 +01:00
committed by GitHub
co-authored by Daniel G. Aubert
parent b05740048c
commit bb745b0318
+1 -1
View File
@@ -731,7 +731,7 @@ describe('dataviews using tables with overviews', function() {
aggregation: "sum",
aggregationColumn: "value"
};
var missingCOlumnMapConfig = createMapConfig(options);
var missingColumnMapConfig = createMapConfig(options);
var testClient = new TestClient(missingCOlumnMapConfig);
testClient.getDataview('test_invalid_aggregation', params, function (err, dataview) {