mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
style: Format code with linter
This commit is contained in:
parent
85b9bdd8f4
commit
96bde4ad03
2 changed files with 14 additions and 8 deletions
|
@ -691,8 +691,11 @@ class TestMain(TestCase):
|
|||
with patch("aider.models.Model") as mock_model:
|
||||
# Configure the mock to avoid the TypeError
|
||||
mock_model.return_value.info = {}
|
||||
mock_model.return_value.validate_environment.return_value = {"missing_keys": [], "keys_in_environment": []}
|
||||
|
||||
mock_model.return_value.validate_environment.return_value = {
|
||||
"missing_keys": [],
|
||||
"keys_in_environment": [],
|
||||
}
|
||||
|
||||
main(
|
||||
["--no-verify-ssl", "--exit", "--yes"],
|
||||
input=DummyInput(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue