diff options
Diffstat (limited to 'server/tests/api/videos/single-server.ts')
-rw-r--r-- | server/tests/api/videos/single-server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/single-server.ts b/server/tests/api/videos/single-server.ts index 1058a1e9c..af1703e02 100644 --- a/server/tests/api/videos/single-server.ts +++ b/server/tests/api/videos/single-server.ts | |||
@@ -230,7 +230,7 @@ describe('Test a single server', function () { | |||
230 | it('Should remove the video', async function () { | 230 | it('Should remove the video', async function () { |
231 | await removeVideo(server.url, server.accessToken, videoId) | 231 | await removeVideo(server.url, server.accessToken, videoId) |
232 | 232 | ||
233 | await checkVideoFilesWereRemoved(videoUUID, 1) | 233 | await checkVideoFilesWereRemoved(videoUUID, server) |
234 | }) | 234 | }) |
235 | 235 | ||
236 | it('Should not have videos', async function () { | 236 | it('Should not have videos', async function () { |