mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
fix: Remove redundant threading patch in onboarding test
This commit is contained in:
parent
9831a13284
commit
8a90af6779
1 changed files with 0 additions and 1 deletions
|
@ -445,7 +445,6 @@ class TestOnboarding(unittest.TestCase):
|
||||||
@patch("os.makedirs")
|
@patch("os.makedirs")
|
||||||
@patch("builtins.open", new_callable=mock_open)
|
@patch("builtins.open", new_callable=mock_open)
|
||||||
@patch.dict(os.environ, {}, clear=True) # Start with clean env
|
@patch.dict(os.environ, {}, clear=True) # Start with clean env
|
||||||
@patch("aider.onboarding.threading") # Add a patch for threading
|
|
||||||
def test_start_openrouter_oauth_flow_success_path(
|
def test_start_openrouter_oauth_flow_success_path(
|
||||||
self,
|
self,
|
||||||
mock_open_file,
|
mock_open_file,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue