summaryrefslogtreecommitdiffstats
path: root/tests/units/test_0014_big_request.py
Commit message (Collapse)AuthorAgeFilesLines
* #915 Fix big request testJavier Sánchez Parra2021-02-231-4/+2
| | | | | ogServer now responses with "413 Payload Too Large" when the payload is too large.
* #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.