mirror of https://github.com/scrapy/scrapy.git
Merge pull request #1152 from jdemaeyer/fix/tests-settings-api
Fix deprecated settings API in tests
This commit is contained in:
commit
5af557e610
|
|
@ -1,5 +1,5 @@
|
|||
EXTENSIONS = [
|
||||
'tests.test_cmdline.extensions.TestExtension'
|
||||
]
|
||||
EXTENSIONS = {
|
||||
'tests.test_cmdline.extensions.TestExtension': 0,
|
||||
}
|
||||
|
||||
TEST1 = 'default'
|
||||
|
|
|
|||
Loading…
Reference in New Issue