]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/cli/reset-password.ts
Begin advanced search
[github/Chocobozzz/PeerTube.git] / server / tests / cli / reset-password.ts
index 98ea7d4561365af8caf2edb1a9a29cc9378d5d0b..bf937d1c0c022ed054a911cbe83dc97a30f6a310 100644 (file)
@@ -36,10 +36,5 @@ describe('Test reset password scripts', function () {
 
   after(async function () {
     killallServers([ server ])
-
-    // Keep the logs if the test failed
-    if (this['ok']) {
-      await flushTests()
-    }
   })
 })