mirror of https://github.com/Chocobozzz/PeerTube
Fix tests cleanup
parent
aaef591b17
commit
60409162e6
|
@ -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 ])
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue