]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/activitypub.ts
Don't set a bitrate on unknown audio input
[github/Chocobozzz/PeerTube.git] / server / tests / activitypub.ts
index 9e29b0fa88b1fcf9a67cb56804e039331b9b325b..53a04d3638d8ede6de29e13da4965386eda1af70 100644 (file)
@@ -31,10 +31,5 @@ describe('Test activitypub', function () {
 
   after(async function () {
     killallServers([ server ])
-
-    // Keep the logs if the test failed
-    if (this['ok']) {
-      await flushTests()
-    }
   })
 })