mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
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:
parent
b1f38f459f
commit
41162c3940
22 changed files with 38 additions and 45 deletions
|
@ -175,7 +175,7 @@ describe('GET remote clusters', () => {
|
|||
causes: undefined,
|
||||
error: undefined,
|
||||
},
|
||||
message: 'Response Error',
|
||||
message: '{"message":"test error"}',
|
||||
});
|
||||
|
||||
expect(getSettingsMockFn).toHaveBeenCalled();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue