From 60409162e667f61a1fc74261e0981007091564e9 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 15 Nov 2021 09:37:19 +0100 Subject: Fix tests cleanup --- server/tests/api/videos/video-imports.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'server') 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 ]) + }) }) }) -- cgit v1.2.3