]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/external-plugins/auto-block-videos.ts
Add permanent live support
[github/Chocobozzz/PeerTube.git] / server / tests / external-plugins / auto-block-videos.ts
index 3ec03d5587a12c031799c118c5260b4e0862e4fd..1b91d141e54bd0b81cd0a8a3eb679a50e5d388f7 100644 (file)
@@ -185,6 +185,8 @@ describe('Official plugin auto-block videos', function () {
   })
 
   after(async function () {
+    await blocklistServer.terminate()
+
     await cleanupTests(servers)
   })
 })