Update test/acceptance/dataviews/overviews-test.js
Co-Authored-By: Daniel G. Aubert <danielgarciaaubert@gmail.com>
This commit is contained in:
co-authored by
Daniel G. Aubert
parent
b05740048c
commit
bb745b0318
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user