aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/activitypub.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/activitypub.ts')
-rw-r--r--server/tests/activitypub.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/server/tests/activitypub.ts b/server/tests/activitypub.ts
index 9e29b0fa8..53a04d363 100644
--- a/server/tests/activitypub.ts
+++ b/server/tests/activitypub.ts
@@ -31,10 +31,5 @@ describe('Test activitypub', function () {
31 31
32 after(async function () { 32 after(async function () {
33 killallServers([ server ]) 33 killallServers([ server ])
34
35 // Keep the logs if the test failed
36 if (this['ok']) {
37 await flushTests()
38 }
39 }) 34 })
40}) 35})