mirror of https://github.com/scrapy/scrapy.git
Adding test
This commit is contained in:
parent
084a1cda6d
commit
0042c389eb
|
|
@ -855,7 +855,6 @@ class FeedExportTest(unittest.TestCase):
|
|||
'FEED_FORMAT': 'csv',
|
||||
'FEED_STORE_EMPTY': True,
|
||||
'FEED_URI': feed_uri,
|
||||
'FEED_URI_ISPATH' : True
|
||||
}
|
||||
|
||||
data = yield self.exported_no_data(settings)
|
||||
|
|
|
|||
Loading…
Reference in New Issue