Elasticsearch 7 support 🚀 (#760)
* API generation * Updated typings * Updated code generation * Updated test * Updated ci configuration * Fixed test
This commit is contained in:
committed by
GitHub
parent
bd2755a302
commit
7acd2e3b07
@ -582,7 +582,7 @@ test('Should disallow two-byte characters in URL path', t => {
|
||||
url: new URL('http://localhost:9200')
|
||||
})
|
||||
connection.request({
|
||||
path: '/thisisinvalid' + encodeURIComponent('\uffe2'),
|
||||
path: '/thisisinvalid\uffe2',
|
||||
method: 'GET'
|
||||
}, (err, res) => {
|
||||
t.strictEqual(
|
||||
|
||||
Reference in New Issue
Block a user