fix: Update tests and logic for model settings acceptance checks

This commit is contained in:
Paul Gauthier (aider) 2025-03-18 17:36:30 -07:00
parent 6cce7c34c2
commit f2e9b06dbd
2 changed files with 4 additions and 2 deletions

View file

@ -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,