]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/cli/create-move-video-storage-job.ts
Fix s3 mock cleanup
[github/Chocobozzz/PeerTube.git] / server / tests / cli / create-move-video-storage-job.ts
index 33a8cb9f9929df9fb4a34ae9547bc67168cbd122..253fc983e5bd277be2dcd2d3d88acb4beb50aa13 100644 (file)
@@ -117,6 +117,8 @@ describe('Test create move video storage job', function () {
   })
 
   after(async function () {
+    await objectStorage.cleanupMock()
+
     await cleanupTests(servers)
   })
 })