diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-14 13:16:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-14 13:16:23 +0000 |
commit | eebab08ecd6c247fa464f40934f852d63daba9bb (patch) | |
tree | ab61e7678c576d3489623464241ec67faf455964 /tests/commands/run_test.py | |
parent | Releasing debian version 2.19.0-1. (diff) | |
download | pre-commit-eebab08ecd6c247fa464f40934f852d63daba9bb.tar.xz pre-commit-eebab08ecd6c247fa464f40934f852d63daba9bb.zip |
Merging upstream version 2.20.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/commands/run_test.py')
-rw-r--r-- | tests/commands/run_test.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/commands/run_test.py b/tests/commands/run_test.py index 085b063..2634c0c 100644 --- a/tests/commands/run_test.py +++ b/tests/commands/run_test.py @@ -810,7 +810,12 @@ def test_prepare_commit_msg_hook(cap_out, store, prepare_commit_msg_repo): cap_out, store, prepare_commit_msg_repo, - {'hook_stage': 'prepare-commit-msg', 'commit_msg_filename': filename}, + { + 'hook_stage': 'prepare-commit-msg', + 'commit_msg_filename': filename, + 'prepare_commit_message_source': 'commit', + 'commit_object_name': 'HEAD', + }, expected_outputs=[b'Add "Signed off by:"', b'Passed'], expected_ret=0, stage=False, |