[CI] fix pypy test (#5264)

This commit is contained in:
Eugenio Lacuesta 2021-10-06 14:34:09 -03:00 committed by GitHub
parent 6c858cec91
commit 029cab72e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class KeywordArgumentsSpider(MockServerSpider):
self.checks.append(default == 99)
self.crawler.stats.inc_value('boolean_checks', 4)
def parse_takes_less(self, response, key):
def parse_takes_less(self, response, key, callback):
"""
Should raise
TypeError: parse_takes_less() got an unexpected keyword argument 'number'