We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279caea commit c5f4e4fCopy full SHA for c5f4e4f
e2e/src/query-params-validation.spec.ts
@@ -18,7 +18,7 @@ describe('Query param validation', () => {
18
controller: 'apiShopContent',
19
shop_content: shopContent,
20
job_id: jobId,
21
- limit: Math.floor(Math.random() * 100).toString(),
+ limit: (Math.floor(Math.random() * 100) + 1).toString(),
22
};
23
24
const response = await callPsEventbus<PsEventbusSyncResponse>(queryParams);
0 commit comments