Browse Source

Update spec/elasticsearch.jest.ts

Co-authored-by: rozetko <rozetko@corpglory.com>
pull/21/head
Coin de Gamma 3 years ago committed by GitHub
parent
commit
b11728cef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      spec/elasticsearch.jest.ts

2
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',

Loading…
Cancel
Save