From 5c538327c30b42a65b90bdecbe3c12b9eb0c6c14 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 19 Aug 2023 07:23:00 -0700 Subject: [PATCH] update tests --- tests/test_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_main.py b/tests/test_main.py index e23268c4c..2abc23da1 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -74,7 +74,7 @@ class TestMain(TestCase): def test_main_with_git_config_yml(self): make_repo() - Path(".aider.conf.yml").write_text("no-auto-commits: true\n") + Path(".aider.conf.yml").write_text("auto-commits: false\n") with patch("aider.main.Coder.create") as MockCoder: main(["--yes"], input=DummyInput(), output=DummyOutput()) _, kwargs = MockCoder.call_args