Skip to content

Commit

Permalink
Apply elastic#51066 to backport
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Dec 3, 2019
1 parent 9beee52 commit fd729a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/services/transform_ui/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import expect from '@kbn/expect';
import { FtrProviderContext } from '../../ftr_provider_context';

export function TransformAPIProvider({ getService }: FtrProviderContext) {
const es = getService('es');
const es = getService('legacyEs');
const log = getService('log');
const retry = getService('retry');

Expand Down

0 comments on commit fd729a1

Please sign in to comment.