mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Use es
instead of legacyEs
in APM API integration test (#95303)
References #83910.
This commit is contained in:
parent
3639aa4422
commit
de3a7d6f0d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export default function featureControlsTests({ getService }: FtrProviderContext)
|
|||
const supertestWithoutAuth = getService('supertestWithoutAuth');
|
||||
const security = getService('security');
|
||||
const spaces = getService('spaces');
|
||||
const es = getService('legacyEs');
|
||||
const es = getService('es');
|
||||
const log = getService('log');
|
||||
|
||||
const start = encodeURIComponent(new Date(Date.now() - 10000).toISOString());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue