]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/videos/resumable-upload.ts
Move plugin blocklist mock
[github/Chocobozzz/PeerTube.git] / server / tests / api / videos / resumable-upload.ts
index af9221c43b94749f507dda9323b58f2d84162fc2..4fc3317dfc9aa27317c8db651cb97e5e4bac7e37 100644 (file)
@@ -8,6 +8,7 @@ import { HttpStatusCode } from '@shared/core-utils'
 import {
   buildAbsoluteFixturePath,
   buildServerDirectory,
+  cleanupTests,
   flushAndRunServer,
   getMyUserInformation,
   prepareResumableUpload,
@@ -184,4 +185,7 @@ describe('Test resumable upload', function () {
     })
   })
 
+  after(async function () {
+    await cleanupTests([ server ])
+  })
 })