mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Close mock blocklit server when tests end
This commit is contained in:
@@ -185,6 +185,8 @@ describe('Official plugin auto-block videos', function () {
|
||||
})
|
||||
|
||||
after(async function () {
|
||||
await blocklistServer.terminate()
|
||||
|
||||
await cleanupTests(servers)
|
||||
})
|
||||
})
|
||||
|
||||
@@ -238,6 +238,8 @@ describe('Official plugin auto-mute', function () {
|
||||
})
|
||||
|
||||
after(async function () {
|
||||
await blocklistServer.terminate()
|
||||
|
||||
await cleanupTests(servers)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user