diff --git a/spec/elasticsearch.jest.ts b/spec/elasticsearch.jest.ts index e5900bf..28349d0 100644 --- a/spec/elasticsearch.jest.ts +++ b/spec/elasticsearch.jest.ts @@ -168,7 +168,7 @@ describe('simple query', function(){ it('check correct time processing', function() { let expectedQuery = { headers: { - "Content-Type": 'application/json' + 'Content-Type': 'application/json' }, url: datasourse.url, method: 'POST',