Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
vishesh10 committed Jun 21, 2024
1 parent b7557f1 commit 769357f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import scrapy
from scrapy.commands import ScrapyCommand, ScrapyHelpFormatter, crawl, runspider, view
from scrapy.commands.startproject import IGNORE
from scrapy.crawler import CrawlerProcess
from scrapy.settings import Settings
from scrapy.utils.python import to_unicode
from scrapy.utils.test import get_testenv
Expand Down Expand Up @@ -1093,7 +1092,6 @@ def test_exporter_disabled(self):
)
command.add_options(parser)
opts, _ = parser.parse_known_args(args=[])
command.crawler_process = CrawlerProcess(settings)

opts.output = ["example.json"]

Expand Down

0 comments on commit 769357f

Please sign in to comment.