diff options
author | Chocobozzz <me@florianbigard.com> | 2022-08-09 11:35:07 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-08-09 11:39:31 +0200 |
commit | e2b2c726b1c1c31794d324c3afd7c24e1f953131 (patch) | |
tree | 344aa10d8659e5e701c7127d7390ff45244afb86 /server/tests/api/check-params/logs.ts | |
parent | cfb5edbd9e666b93d9680a34df59096d23d51bd5 (diff) | |
download | PeerTube-e2b2c726b1c1c31794d324c3afd7c24e1f953131.tar.gz PeerTube-e2b2c726b1c1c31794d324c3afd7c24e1f953131.tar.zst PeerTube-e2b2c726b1c1c31794d324c3afd7c24e1f953131.zip |
Fix job queue tests
Diffstat (limited to 'server/tests/api/check-params/logs.ts')
-rw-r--r-- | server/tests/api/check-params/logs.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/logs.ts b/server/tests/api/check-params/logs.ts index fa67408b7..f9a99796d 100644 --- a/server/tests/api/check-params/logs.ts +++ b/server/tests/api/check-params/logs.ts | |||
@@ -122,7 +122,7 @@ describe('Test logs API validators', function () { | |||
122 | }) | 122 | }) |
123 | 123 | ||
124 | it('Should fail with an invalid stackTrace', async function () { | 124 | it('Should fail with an invalid stackTrace', async function () { |
125 | await server.logs.createLogClient({ payload: { ...base, stackTrace: 's'.repeat(10000) }, expectedStatus }) | 125 | await server.logs.createLogClient({ payload: { ...base, stackTrace: 's'.repeat(20000) }, expectedStatus }) |
126 | }) | 126 | }) |
127 | 127 | ||
128 | it('Should fail with an invalid userAgent', async function () { | 128 | it('Should fail with an invalid userAgent', async function () { |