Adding test

This commit is contained in:
purvaudai 2019-11-11 16:10:37 +05:30
parent 0042c389eb
commit 9e6e2dde2b
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ class FeedExportTest(unittest.TestCase):
spider_cls.start_urls = [s.url('/')]
yield runner.crawl(spider_cls)
with open(res_uri, 'rb') as f:
with open(defaults['FEED_URI'], 'rb') as f:
content = f.read()
finally: