]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/activitypub/fetch.ts
Cleanup tests
[github/Chocobozzz/PeerTube.git] / server / tests / api / activitypub / fetch.ts
index f9dba3418d537e1f6ed5e1a03bbf5514d83ed2be..7240bb0fb494ebac59ddb0eabb8d413b2d927cab 100644 (file)
@@ -81,10 +81,5 @@ describe('Test ActivityPub fetcher', function () {
     killallServers(servers)
 
     await closeAllSequelize(servers)
-
-    // Keep the logs if the test failed
-    if (this['ok']) {
-      await flushTests()
-    }
   })
 })