mirror of https://github.com/scrapy/scrapy.git
Fixed deprecated settings API in cmdline test
This commit is contained in:
parent
6f000b8cd4
commit
cf9d848f0f
|
|
@ -1,5 +1,5 @@
|
|||
EXTENSIONS = [
|
||||
'tests.test_cmdline.extensions.TestExtension'
|
||||
]
|
||||
EXTENSIONS = {
|
||||
'tests.test_cmdline.extensions.TestExtension': 0,
|
||||
}
|
||||
|
||||
TEST1 = 'default'
|
||||
|
|
|
|||
Loading…
Reference in New Issue