We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9beee52 commit fd729a1Copy full SHA for fd729a1
x-pack/test/functional/services/transform_ui/api.ts
@@ -8,7 +8,7 @@ import expect from '@kbn/expect';
8
import { FtrProviderContext } from '../../ftr_provider_context';
9
10
export function TransformAPIProvider({ getService }: FtrProviderContext) {
11
- const es = getService('es');
+ const es = getService('legacyEs');
12
const log = getService('log');
13
const retry = getService('retry');
14
0 commit comments