Skip to content

Commit

Permalink
unload logstash
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneseymour committed Sep 20, 2021
1 parent 1872a08 commit c977967
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function ({ getService }: FtrProviderContext) {
});

after('remove index alias', async () => {
await esArchiver.load('test/functional/fixtures/es_archiver/logstash_functional');
await esArchiver.unload('test/functional/fixtures/es_archiver/logstash_functional');
await kibanaServer.importExport.unload('test/functional/fixtures/kbn_archiver/discover');

await cleanupIndexAlias();
Expand Down

0 comments on commit c977967

Please sign in to comment.