1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-27 17:28:39 +00:00

Run tests in no debug mode

This commit is contained in:
Yassine Guedidi 2024-02-24 02:34:46 +01:00
parent 65ed401296
commit 6d38e0533f
4 changed files with 10 additions and 1 deletions

View file

@ -528,7 +528,7 @@ class EntryRestController extends WallabagRestController
$limit = $this->getParameter('wallabag.api_limit_mass_actions');
if (\count($urls) > $limit) {
throw new HttpException(400, 'API limit reached');
throw new BadRequestHttpException('API limit reached');
}
$results = [];