Fix tests cleanup

pull/4548/head
Chocobozzz 2021-11-15 09:37:19 +01:00
parent aaef591b17
commit 60409162e6
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 0 deletions

View File

@ -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 ])
})
})
})