Use es instead of legacyEs in APM API integration test (#95303)

References #83910.
This commit is contained in:
Nathan L Smith 2021-03-24 10:45:51 -05:00 committed by GitHub
parent 3639aa4422
commit de3a7d6f0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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