Browse Source

Update spec/elasticsearch.jest.ts

fix-postgres-and-elastic-tests
rozetko 3 years ago committed by GitHub
parent
commit
4a2ee9e6cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      spec/elasticsearch.jest.ts

1
spec/elasticsearch.jest.ts

@ -175,7 +175,6 @@ describe('simple query', function(){
expectedQueryTemplate[1].query.bool.filter[0].range['@timestamp'].gte = from.toString();
expectedQueryTemplate[1].query.bool.filter[0].range['@timestamp'].lte = to.toString();
expectedQueryTemplate[1].aggs["2"].date_histogram.extended_bounds = {
min: from.toString(),
max: to.toString()

Loading…
Cancel
Save