summaryrefslogtreecommitdiffstats
path: root/tests/units/test_0014_big_request.py
diff options
context:
space:
mode:
authorIsabel Arrans <isabelarrans@gmail.com>2020-10-23 18:55:17 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2020-10-24 12:53:11 +0200
commitb11608152e9e2a9af32e15a100d3d034222ad3e4 (patch)
tree6148a685b287b0ea752019a73d85a224b1889917 /tests/units/test_0014_big_request.py
parentb0d18cd887f654cd4b607655ab3370e00eb656ec (diff)
#915 restore more tests
Diffstat (limited to 'tests/units/test_0014_big_request.py')
-rw-r--r--tests/units/test_0014_big_request.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/test_0014_big_request.py b/tests/units/test_0014_big_request.py
index 5e5e2d7..48f0cb2 100644
--- a/tests/units/test_0014_big_request.py
+++ b/tests/units/test_0014_big_request.py
@@ -1,7 +1,7 @@
import requests
import unittest
-MAX_REQ_SIZE = 4096
+MAX_REQ_SIZE = 65536
class TestBigRequest(unittest.TestCase):