Skip to content

Commit

Permalink
Fix load to unload in after hook.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneseymour authored Aug 5, 2021
1 parent 180f5fb commit 111d20c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await PageObjects.header.waitUntilLoadingHasFinished();
});
after(async () => {
await kibanaServer.importExport.load(
await kibanaServer.importExport.unload(
'x-pack/test/functional/fixtures/kbn_archiver/discover/default'
);
});
Expand Down

0 comments on commit 111d20c

Please sign in to comment.