Elasticsearch 7 support 🚀 (#760)

* API generation

* Updated typings

* Updated code generation

* Updated test

* Updated ci configuration

* Fixed test
This commit is contained in:
Tomas Della Vedova
2019-01-29 12:10:20 +01:00
committed by GitHub
parent bd2755a302
commit 7acd2e3b07
259 changed files with 4368 additions and 1990 deletions

View File

@ -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(