diff options
Diffstat (limited to 'server/tests/cli/reset-password.ts')
-rw-r--r-- | server/tests/cli/reset-password.ts | 5 |
1 files changed, 0 insertions, 5 deletions
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 () { | |||
36 | 36 | ||
37 | after(async function () { | 37 | after(async function () { |
38 | killallServers([ server ]) | 38 | killallServers([ server ]) |
39 | |||
40 | // Keep the logs if the test failed | ||
41 | if (this['ok']) { | ||
42 | await flushTests() | ||
43 | } | ||
44 | }) | 39 | }) |
45 | }) | 40 | }) |