mirror of https://github.com/scrapy/scrapy.git
fixed test name
This commit is contained in:
parent
2cb0cfe7ea
commit
c7e916407d
|
|
@ -6,7 +6,7 @@ from scrapy.contrib.downloadermiddleware.useragent import UserAgentMiddleware
|
|||
from scrapy.conf import settings
|
||||
|
||||
|
||||
class CookiesMiddlewareTest(TestCase):
|
||||
class UserAgentMiddlewareTest(TestCase):
|
||||
|
||||
def setUp(self):
|
||||
spiders.spider_modules = ['scrapy.tests.test_spiders']
|
||||
|
|
|
|||
Loading…
Reference in New Issue