From b11728cef4c44b73417fd3b2708f1e73b148b681 Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Mon, 14 Dec 2020 14:32:55 +0100 Subject: [PATCH] Update spec/elasticsearch.jest.ts Co-authored-by: rozetko --- spec/elasticsearch.jest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',