summaryrefslogtreecommitdiffstats
path: root/tests/units/test_0014_big_request.py
Commit message (Collapse)AuthorAgeFilesLines
* #1022 increase maximum API REST request sizeOpenGnSys Support Team2021-02-041-1/+1
| | | | | Software inventory generates a request larger that 64 Kbytes. Rise the maximum API REST request size to 128 Kbytes.
* #915 restore more testsIsabel Arrans2020-10-241-1/+1
|
* #915 adds test for too large HTTP requestJavier Sánchez Parra2019-09-041-0/+19
This test checks for too large HTTP requests, for example: POST /clients with a body of 4096 bytes.