diff options
Diffstat (limited to 'server/tests/api/videos/video-transcoder.ts')
-rw-r--r-- | server/tests/api/videos/video-transcoder.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/video-transcoder.ts b/server/tests/api/videos/video-transcoder.ts index f67752d69..2b49176b2 100644 --- a/server/tests/api/videos/video-transcoder.ts +++ b/server/tests/api/videos/video-transcoder.ts | |||
@@ -693,7 +693,7 @@ describe('Test video transcoding', function () { | |||
693 | describe('Transcoding job queue', function () { | 693 | describe('Transcoding job queue', function () { |
694 | 694 | ||
695 | it('Should have the appropriate priorities for transcoding jobs', async function () { | 695 | it('Should have the appropriate priorities for transcoding jobs', async function () { |
696 | const body = await servers[1].jobs.getJobsList({ | 696 | const body = await servers[1].jobs.list({ |
697 | start: 0, | 697 | start: 0, |
698 | count: 100, | 698 | count: 100, |
699 | sort: '-createdAt', | 699 | sort: '-createdAt', |