diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-25 15:13:41 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-26 10:01:42 +0200 |
commit | 851675c5591dcab1070183f0ed1b1a788de07d2c (patch) | |
tree | 9553ea2d73b5077f3b51345eeca8acbac48b4bd7 /server/tests/api/videos/video-transcoder.ts | |
parent | 0d22b7ad5ffea0a830a266815f7bdfd8893917c9 (diff) | |
download | PeerTube-851675c5591dcab1070183f0ed1b1a788de07d2c.tar.gz PeerTube-851675c5591dcab1070183f0ed1b1a788de07d2c.tar.zst PeerTube-851675c5591dcab1070183f0ed1b1a788de07d2c.zip |
Rename jobs list command
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', |