mirror of https://github.com/scrapy/scrapy.git
Remove settings from default implementation test
This commit is contained in:
parent
2487e3cc03
commit
019443dd57
|
|
@ -256,10 +256,7 @@ REQUEST_OBJECTS_TO_TEST = (
|
|||
|
||||
class RequestFingerprinterTestCase(unittest.TestCase):
|
||||
def test_default_implementation(self):
|
||||
settings = {
|
||||
"REQUEST_FINGERPRINTER_IMPLEMENTATION": "2.7",
|
||||
}
|
||||
crawler = get_crawler(settings_dict=settings)
|
||||
crawler = get_crawler()
|
||||
request = Request("https://example.com")
|
||||
self.assertEqual(
|
||||
crawler.request_fingerprinter.fingerprint(request),
|
||||
|
|
|
|||
Loading…
Reference in New Issue