diff options
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 () { |