Added Test

This commit is contained in:
purvaudai 2019-11-11 20:00:26 +05:30
parent f39ff49458
commit 50eaabe1fc
1 changed files with 1 additions and 1 deletions

View File

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