Skip to content

Commit fd729a1

Browse files
committed
Apply #51066 to backport
1 parent 9beee52 commit fd729a1

File tree

1 file changed

+1
-1
lines changed
  • x-pack/test/functional/services/transform_ui

1 file changed

+1
-1
lines changed

x-pack/test/functional/services/transform_ui/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import expect from '@kbn/expect';
88
import { FtrProviderContext } from '../../ftr_provider_context';
99

1010
export function TransformAPIProvider({ getService }: FtrProviderContext) {
11-
const es = getService('es');
11+
const es = getService('legacyEs');
1212
const log = getService('log');
1313
const retry = getService('retry');
1414

0 commit comments

Comments
 (0)