Support for Elasticsearch 7.7 (#1192)
This commit is contained in:
committed by
GitHub
parent
be6257380e
commit
51169d5efa
@ -32,10 +32,7 @@ test('Should emit a request event when a request is performed', t => {
|
||||
method: 'GET',
|
||||
path: '/test/_search',
|
||||
body: '',
|
||||
querystring: 'q=foo%3Abar',
|
||||
headers: {
|
||||
'Content-Length': '0'
|
||||
}
|
||||
querystring: 'q=foo%3Abar'
|
||||
},
|
||||
options: {},
|
||||
id: 1
|
||||
@ -83,10 +80,7 @@ test('Should emit a response event in case of a successful response', t => {
|
||||
method: 'GET',
|
||||
path: '/test/_search',
|
||||
body: '',
|
||||
querystring: 'q=foo%3Abar',
|
||||
headers: {
|
||||
'Content-Length': '0'
|
||||
}
|
||||
querystring: 'q=foo%3Abar'
|
||||
},
|
||||
options: {},
|
||||
id: 1
|
||||
@ -132,10 +126,7 @@ test('Should emit a response event with the error set', t => {
|
||||
method: 'GET',
|
||||
path: '/test/_search',
|
||||
body: '',
|
||||
querystring: 'q=foo%3Abar',
|
||||
headers: {
|
||||
'Content-Length': '0'
|
||||
}
|
||||
querystring: 'q=foo%3Abar'
|
||||
},
|
||||
options: {
|
||||
requestTimeout: 500
|
||||
|
||||
Reference in New Issue
Block a user