Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64467f6

Browse files
committed
Fix broken test_manifest_hooks test
1 parent e60f541 commit 64467f6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/repository_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,9 @@ def test_manifest_hooks(tempdir_factory, store):
824824
name='Bash hook',
825825
pass_filenames=True,
826826
require_serial=False,
827-
stages=('commit', 'commit-msg', 'manual', 'push'),
827+
stages=(
828+
'commit', 'prepare-commit-msg', 'commit-msg', 'manual', 'push',
829+
),
828830
types=['file'],
829831
verbose=False,
830832
)

0 commit comments

Comments
 (0)