X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fcli%2Freset-password.ts;h=bf937d1c0c022ed054a911cbe83dc97a30f6a310;hb=57c36b277e68b764dd34cb2e449f6e2ca3d1e9b6;hp=98ea7d4561365af8caf2edb1a9a29cc9378d5d0b;hpb=0f91ae62df8a37194fea84ce1efa9e733d9c1fd8;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/cli/reset-password.ts b/server/tests/cli/reset-password.ts index 98ea7d456..bf937d1c0 100644 --- a/server/tests/cli/reset-password.ts +++ b/server/tests/cli/reset-password.ts @@ -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() - } }) })