mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
fix: Update tests and logic for model settings acceptance checks
This commit is contained in:
parent
6cce7c34c2
commit
f2e9b06dbd
2 changed files with 4 additions and 2 deletions
|
@ -1015,7 +1015,7 @@ class TestMain(TestCase):
|
|||
|
||||
def test_reasoning_effort_option(self):
|
||||
coder = main(
|
||||
["--reasoning-effort", "3", "--yes", "--exit"],
|
||||
["--reasoning-effort", "3", "--no-check-model-accepts-settings", "--yes", "--exit"],
|
||||
input=DummyInput(),
|
||||
output=DummyOutput(),
|
||||
return_coder=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue