Modify params specs

This commit is contained in:
Ivan Malagon 2017-12-12 15:12:33 +01:00
parent 245d24ea29
commit 43fec74372

View File

@ -73,7 +73,7 @@ describe('analysis-filters-params', () => {
}
}
},
own_filter: -1
no_filters: 1
};
@ -110,7 +110,7 @@ describe('analysis-filters-params', () => {
it('should get a filtered histogram dataview without filters', function(done) {
const testClient = new TestClient(mapConfig, 1234);
params.own_filter = -1;
params.no_filters = 1;
testClient.getDataview('pop_max_histogram', params, (err, dataview) => {
assert.ok(!err, err);