]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/external-plugins/auto-mute.ts
Close mock blocklit server when tests end
[github/Chocobozzz/PeerTube.git] / server / tests / external-plugins / auto-mute.ts
index bfdbee80ad6253da3b68d387bcde339efc5ae69e..8ead34a2bfe5d0ab7f2e891716c142dbc387de3a 100644 (file)
@@ -238,6 +238,8 @@ describe('Official plugin auto-mute', function () {
   })
 
   after(async function () {
+    await blocklistServer.terminate()
+
     await cleanupTests(servers)
   })
 })