mirror of
https://github.com/Aider-AI/aider
synced 2026-04-26 01:25:17 +02:00
style: Format code with linter
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user