Skip to content

Commit

Permalink
TST add a comment to clarify test case
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Jan 16, 2018
1 parent 6c1783e commit ee5000d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,11 @@ def start_requests(self):
@requires_splash
@inlineCallbacks
def test_cookies(settings):

# 64K for headers is over Twisted limit,
# so if these headers are sent to Splash request would fail.
BOMB = 'x' * 64000

class LuaScriptSpider(ResponseSpider):
""" Cookies must be sent to website, not to Splash """
custom_settings = {
Expand Down

0 comments on commit ee5000d

Please sign in to comment.