summaryrefslogtreecommitdiffstats
path: root/tests/units/test_0015_wrong_headers.py
Commit message (Collapse)AuthorAgeFilesLines
* #915 add test for too large HTTP request fieldsJavier Sánchez Parra2019-09-101-0/+29
This test checks for wrong headers HTTP requests: 1. POST /clients with a content length larger than a signed int. 2. POST /clients with an auth token larger than 63 characters.