]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix s3 mock cleanup
authorChocobozzz <me@florianbigard.com>
Tue, 23 May 2023 09:27:27 +0000 (11:27 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 23 May 2023 09:27:27 +0000 (11:27 +0200)
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)
   })
 })