diff --git a/tests/scrape/test_scrape.py b/tests/scrape/test_scrape.py index a959e2963..64de64fdc 100644 --- a/tests/scrape/test_scrape.py +++ b/tests/scrape/test_scrape.py @@ -35,7 +35,7 @@ class TestScrape(unittest.TestCase): self.commands.io.tool_error = mock_print_error # Run the cmd_web command - result = self.commands.cmd_web("https://example.com", paginate=False) + result = self.commands.cmd_web("https://example.com") # Assert that the result contains some content self.assertIsNotNone(result)