Update dependency @elastic/elasticsearch to ^8.0.0-canary.17 (#107536)

* Update dependency @elastic/elasticsearch to ^8.0.0-canary.15

* update tests for new error message building mechanism

* fix integration tests

* fix functional test

* mute new type errors

* fix new type errors

* bump es client to canaary.16

* fix integration test

* fix type errors in infra plugin

* mute type error in ml plugin

* fix type errors in monitoring plugin

* fix and mute errors in security solution plugin

* bump version to canary.18

* remove an unnecessary change

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: restrry <restrry@gmail.com>
This commit is contained in:
renovate[bot] 2021-08-17 08:44:24 -04:00 committed by GitHub
parent b1f38f459f
commit 41162c3940
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 38 additions and 45 deletions

View file

@ -175,7 +175,7 @@ describe('GET remote clusters', () => {
causes: undefined,
error: undefined,
},
message: 'Response Error',
message: '{"message":"test error"}',
});
expect(getSettingsMockFn).toHaveBeenCalled();