mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 05:14:59 +00:00
fix: Fix unused import and variable in onboarding tests
This commit is contained in:
parent
6c9906c639
commit
a4f78b60e0
1 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,6 @@ from aider.onboarding import (
|
||||||
generate_pkce_codes,
|
generate_pkce_codes,
|
||||||
offer_openrouter_oauth,
|
offer_openrouter_oauth,
|
||||||
select_default_model,
|
select_default_model,
|
||||||
start_openrouter_oauth_flow,
|
|
||||||
try_to_select_default_model,
|
try_to_select_default_model,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -457,7 +456,7 @@ class TestOnboarding(unittest.TestCase):
|
||||||
mock_check_pip,
|
mock_check_pip,
|
||||||
):
|
):
|
||||||
"""Test the successful path of start_openrouter_oauth_flow."""
|
"""Test the successful path of start_openrouter_oauth_flow."""
|
||||||
io_mock = DummyIO()
|
# We don't need io_mock since we're mocking the entire oauth flow process
|
||||||
analytics_mock = DummyAnalytics()
|
analytics_mock = DummyAnalytics()
|
||||||
analytics_mock.event = MagicMock()
|
analytics_mock.event = MagicMock()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue