mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 05:14:59 +00:00
test: remove unnecessary paginate parameter in cmd_web test
This commit is contained in:
parent
38bde441a6
commit
714c991230
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class TestScrape(unittest.TestCase):
|
||||||
self.commands.io.tool_error = mock_print_error
|
self.commands.io.tool_error = mock_print_error
|
||||||
|
|
||||||
# Run the cmd_web command
|
# 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
|
# Assert that the result contains some content
|
||||||
self.assertIsNotNone(result)
|
self.assertIsNotNone(result)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue