diff options
Diffstat (limited to 'server/tests/api')
-rw-r--r-- | server/tests/api/object-storage/videos.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/server/tests/api/object-storage/videos.ts b/server/tests/api/object-storage/videos.ts index 6e6392181..b64efe0d5 100644 --- a/server/tests/api/object-storage/videos.ts +++ b/server/tests/api/object-storage/videos.ts | |||
@@ -213,6 +213,12 @@ function runTestSuite (options: { | |||
213 | } | 213 | } |
214 | }) | 214 | }) |
215 | 215 | ||
216 | it('Should fetch correctly all the files', async function () { | ||
217 | for (const url of deletedUrls.concat(keptUrls)) { | ||
218 | await makeRawRequest(url, HttpStatusCode.OK_200) | ||
219 | } | ||
220 | }) | ||
221 | |||
216 | it('Should correctly delete the files', async function () { | 222 | it('Should correctly delete the files', async function () { |
217 | await servers[0].videos.remove({ id: uuidsToDelete[0] }) | 223 | await servers[0].videos.remove({ id: uuidsToDelete[0] }) |
218 | await servers[1].videos.remove({ id: uuidsToDelete[1] }) | 224 | await servers[1].videos.remove({ id: uuidsToDelete[1] }) |