]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/follow-constraints.ts
Fix video import if autoblacklist is enabled
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / follow-constraints.ts
index bdd8b1c700eca1b8e8bf4d771e02adeb9a2ee221..4285a9e7a864f18ee71caa84072801cec1ca48bc 100644 (file)
@@ -12,7 +12,7 @@ import {
   killallServers,
   ServerInfo,
   setAccessTokensToServers,
-  uploadVideo
+  uploadVideo, cleanupTests
 } from '../../../../shared/extra-utils'
 import { unfollow } from '../../../../shared/extra-utils/server/follows'
 import { userLogin } from '../../../../shared/extra-utils/users/login'
@@ -220,6 +220,6 @@ describe('Test follow constraints', function () {
   })
 
   after(async function () {
-    killallServers(servers)
+    await cleanupTests(servers)
   })
 })