Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmyz committed Feb 12, 2025
1 parent 9ea808d commit 88a527a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const synthtraceFixture = coreWorkerFixtures.extend<SynthtraceFixture>({
await use({ index, clean });

// cleanup function after all tests have ran
await clean();
await synthtraceEsClient.clean();
},
infraSynthtraceEsClient: async ({ esClient, config, kbnUrl }, use) => {
const logger = createLogger(LogLevel.info);
Expand Down

0 comments on commit 88a527a

Please sign in to comment.