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:
parent
65ed401296
commit
6d38e0533f
4 changed files with 10 additions and 1 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue