aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/cli
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-08-09 14:46:49 +0200
committerChocobozzz <me@florianbigard.com>2022-08-09 14:49:25 +0200
commit06ac128958c489efe1008eeca1df683819bd2f18 (patch)
tree04664b2ddb7b00d3fae7ec358a0913b2205205c8 /server/tests/cli
parent7f529402d17a918136af7a1291e61a94c2e16f6d (diff)
downloadPeerTube-06ac128958c489efe1008eeca1df683819bd2f18.tar.gz
PeerTube-06ac128958c489efe1008eeca1df683819bd2f18.tar.zst
PeerTube-06ac128958c489efe1008eeca1df683819bd2f18.zip
Fix print transcode command test
Diffstat (limited to 'server/tests/cli')
-rw-r--r--server/tests/cli/print-transcode-command.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/cli/print-transcode-command.ts b/server/tests/cli/print-transcode-command.ts
index 27896f031..d5b584577 100644
--- a/server/tests/cli/print-transcode-command.ts
+++ b/server/tests/cli/print-transcode-command.ts
@@ -27,8 +27,8 @@ describe('Test print transcode jobs', function () {
27 expect(command).to.includes('-r 25') 27 expect(command).to.includes('-r 25')
28 expect(command).to.includes('-level:v 3.1') 28 expect(command).to.includes('-level:v 3.1')
29 expect(command).to.includes('-g:v 50') 29 expect(command).to.includes('-g:v 50')
30 expect(command).to.includes(`-maxrate `) 30 expect(command).to.includes(`-maxrate:v `)
31 expect(command).to.includes(`-bufsize `) 31 expect(command).to.includes(`-bufsize:v `)
32 } 32 }
33 }) 33 })
34}) 34})