Skip to content

Commit c5f4e4f

Browse files
authored
fix: test e2e (#418)
1 parent 279caea commit c5f4e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/src/query-params-validation.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('Query param validation', () => {
1818
controller: 'apiShopContent',
1919
shop_content: shopContent,
2020
job_id: jobId,
21-
limit: Math.floor(Math.random() * 100).toString(),
21+
limit: (Math.floor(Math.random() * 100) + 1).toString(),
2222
};
2323

2424
const response = await callPsEventbus<PsEventbusSyncResponse>(queryParams);

0 commit comments

Comments
 (0)