diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-23 11:27:27 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-23 11:27:27 +0200 |
commit | cffef25313bdf7a6c435f56ac6715fdd91acf7b3 (patch) | |
tree | 16419bdfaa6193bef2c0742206386a5bb22a4c73 | |
parent | 52798aa5f277492d4dd2482bca9396d2e982fa19 (diff) | |
download | PeerTube-cffef25313bdf7a6c435f56ac6715fdd91acf7b3.tar.gz PeerTube-cffef25313bdf7a6c435f56ac6715fdd91acf7b3.tar.zst PeerTube-cffef25313bdf7a6c435f56ac6715fdd91acf7b3.zip |
Fix s3 mock cleanup
-rw-r--r-- | server/tests/cli/create-move-video-storage-job.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/cli/create-move-video-storage-job.ts b/server/tests/cli/create-move-video-storage-job.ts index 33a8cb9f9..253fc983e 100644 --- a/server/tests/cli/create-move-video-storage-job.ts +++ b/server/tests/cli/create-move-video-storage-job.ts | |||
@@ -117,6 +117,8 @@ describe('Test create move video storage job', function () { | |||
117 | }) | 117 | }) |
118 | 118 | ||
119 | after(async function () { | 119 | after(async function () { |
120 | await objectStorage.cleanupMock() | ||
121 | |||
120 | await cleanupTests(servers) | 122 | await cleanupTests(servers) |
121 | }) | 123 | }) |
122 | }) | 124 | }) |