Skip to content

Commit

Permalink
Fix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
crespocarlos committed Nov 6, 2024
1 parent 13474b9 commit 76262fa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ export default function ({ getService }: DeploymentAgnosticFtrProviderContext) {
withInternalHeaders: true,
});

const version = (await synthtrace.apmSynthtraceKibanaClient.installApmPackage()).version;
synthtraceApmClient = await synthtrace.createApmSynthtraceEsClient(version);
synthtraceApmClient = await synthtrace.createApmSynthtraceEsClient();
});
after(async () => {
await synthtrace.apmSynthtraceKibanaClient.uninstallApmPackage();
Expand Down

0 comments on commit 76262fa

Please sign in to comment.