Browse Source

content type in elastic tests

pull/21/head
Coin de Gamma 3 years ago
parent
commit
62e6c3c8a9
  1. 3
      spec/elasticsearch.jest.ts

3
spec/elasticsearch.jest.ts

@ -167,6 +167,9 @@ describe('simple query', function(){
it('check correct time processing', function() {
let expectedQuery = {
headers: {
"Content-Type": 'application/json'
},
url: datasourse.url,
method: 'POST',
schema: {

Loading…
Cancel
Save