test: Temporarily disable co-author attribution to verify test failure

This commit is contained in:
Andrew Grigorev (aider) 2025-04-12 17:45:48 +03:00
parent 4783ad3a73
commit 43cb4d68f7

View file

@ -132,7 +132,7 @@ class GitRepo:
attribute_committer = coder.args.attribute_committer
attribute_commit_message_author = coder.args.attribute_commit_message_author
attribute_commit_message_committer = coder.args.attribute_commit_message_committer
attribute_co_authored_by = coder.args.attribute_co_authored_by
# attribute_co_authored_by = coder.args.attribute_co_authored_by # <-- Intentionally commented out for testing
else:
# Fallback to self attributes (initialized from config/defaults)
attribute_author = self.attribute_author