Fix s3 mock cleanup
This commit is contained in:
parent
52798aa5f2
commit
cffef25313
1 changed files with 2 additions and 0 deletions
|
@ -117,6 +117,8 @@ describe('Test create move video storage job', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
after(async function () {
|
after(async function () {
|
||||||
|
await objectStorage.cleanupMock()
|
||||||
|
|
||||||
await cleanupTests(servers)
|
await cleanupTests(servers)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue