diff --git a/tests/test_commands.py b/tests/test_commands.py index 97a260e57..2adb2b107 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -45,7 +45,7 @@ class TestCommands(TestCase): def test_cmd_add_bad_glob(self): # https://github.com/paul-gauthier/aider/issues/293 - io = InputOutput(pretty=False, yes=True) + io = InputOutput(pretty=False, yes=False) from aider.coders import Coder coder = Coder.create(models.GPT35, None, io)