Skip to content

Commit ee5000d

Browse files
committed
TST add a comment to clarify test case
1 parent 6c1783e commit ee5000d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_integration.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,11 @@ def start_requests(self):
127127
@requires_splash
128128
@inlineCallbacks
129129
def test_cookies(settings):
130+
131+
# 64K for headers is over Twisted limit,
132+
# so if these headers are sent to Splash request would fail.
130133
BOMB = 'x' * 64000
134+
131135
class LuaScriptSpider(ResponseSpider):
132136
""" Cookies must be sent to website, not to Splash """
133137
custom_settings = {

0 commit comments

Comments
 (0)