Skip to content

Commit

Permalink
Cr fixup.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneseymour committed Jul 13, 2022
1 parent 4763335 commit 3cf0425
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});

after(async function unloadMakelogs() {
return esArchiver.unload('test/functional/fixtures/es_archiver/logstash_functional');
await esArchiver.unload('test/functional/fixtures/es_archiver/logstash_functional');
await kibanaServer.savedObjects.cleanStandardList();
});

Expand Down

0 comments on commit 3cf0425

Please sign in to comment.