aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-11-15 09:37:19 +0100
committerChocobozzz <me@florianbigard.com>2021-11-15 09:37:19 +0100
commit60409162e667f61a1fc74261e0981007091564e9 (patch)
treeb49b9766a2572e0b4d07a0138aa689f0818f97ac /server
parentaaef591b17289238ed77d2c3cfc1dc343e8b608e (diff)
downloadPeerTube-60409162e667f61a1fc74261e0981007091564e9.tar.gz
PeerTube-60409162e667f61a1fc74261e0981007091564e9.tar.zst
PeerTube-60409162e667f61a1fc74261e0981007091564e9.zip
Fix tests cleanup
Diffstat (limited to 'server')
-rw-r--r--server/tests/api/videos/video-imports.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/tests/api/videos/video-imports.ts b/server/tests/api/videos/video-imports.ts
index 987f34e97..37c459d76 100644
--- a/server/tests/api/videos/video-imports.ts
+++ b/server/tests/api/videos/video-imports.ts
@@ -446,5 +446,9 @@ describe('Test video imports', function () {
446 446
447 await testBinaryUpdate('https://api.github.com/repos/yt-dlp/yt-dlp/releases', 'yt-dlp') 447 await testBinaryUpdate('https://api.github.com/repos/yt-dlp/yt-dlp/releases', 'yt-dlp')
448 }) 448 })
449
450 after(async function () {
451 await cleanupTests([ server ])
452 })
449 }) 453 })
450}) 454})