Fix tests cleanup

This commit is contained in:
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

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