Fix s3 mock cleanup

pull/5817/head
Chocobozzz 2023-05-23 11:27:27 +02:00
parent 52798aa5f2
commit cffef25313
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,8 @@ describe('Test create move video storage job', function () {
})
after(async function () {
await objectStorage.cleanupMock()
await cleanupTests(servers)
})
})