diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/api/videos/video-imports.ts | 4 |
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 | }) |