Skip to content

Commit fffeab3

Browse files
SYS-8303 update test with email address
1 parent d41fac3 commit fffeab3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

main/githooks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,8 @@ def _test(input, is_good=True):
916916
_test('Trivial change NO_JIRA')
917917
_test(
918918
'Trivial change\n\n'
919-
'Co-authored-by: Copilot Autofix powered by AI'
919+
'Co-authored-by: Copilot Autofix powered by AI '
920+
'<175728472+Copilot@users.noreply.github.com>'
920921
)
921922
_test("Merge branch 'main' into my_branch")
922923
_test("Merge branch 'branch_1' into branch_2")

0 commit comments

Comments
 (0)