Skip to content

Commit

Permalink
Use es instead of legacyEs in APM API integration test
Browse files Browse the repository at this point in the history
References elastic#83910.
  • Loading branch information
smith committed Mar 24, 2021
1 parent 416eea7 commit 15f0294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/apm_api_integration/tests/feature_controls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 15f0294

Please sign in to comment.