mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
style: Format test_ssl_verification.py with linter
This commit is contained in:
parent
6809a7ec3e
commit
71cbbf545b
1 changed files with 7 additions and 2 deletions
|
@ -26,8 +26,13 @@ class TestSSLVerification(TestCase):
|
|||
@patch("httpx.AsyncClient")
|
||||
@patch("aider.models.fuzzy_match_models", return_value=[])
|
||||
def test_no_verify_ssl_flag_sets_model_info_manager(
|
||||
self, mock_fuzzy_match, mock_async_client, mock_client, mock_load_litellm,
|
||||
mock_set_verify_ssl, mock_offer_url
|
||||
self,
|
||||
mock_fuzzy_match,
|
||||
mock_async_client,
|
||||
mock_client,
|
||||
mock_load_litellm,
|
||||
mock_set_verify_ssl,
|
||||
mock_offer_url,
|
||||
):
|
||||
# Prevent actual URL opening
|
||||
mock_offer_url.return_value = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue