aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/cli/print-transcode-command.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/cli/print-transcode-command.ts')
-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})