Modify params specs
This commit is contained in:
parent
245d24ea29
commit
43fec74372
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user