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 () { await testBinaryUpdate('https://api.github.com/repos/yt-dlp/yt-dlp/releases', 'yt-dlp') }) + + after(async function () { + await cleanupTests([ server ]) + }) }) })