Fix broken test_manifest_hooks test

This commit is contained in:
Marc Jay
2019-04-21 21:54:23 +01:00
parent e60f541559
commit 64467f6ab9
+3 -1
View File
@@ -824,7 +824,9 @@ def test_manifest_hooks(tempdir_factory, store):
name='Bash hook',
pass_filenames=True,
require_serial=False,
stages=('commit', 'commit-msg', 'manual', 'push'),
stages=(
'commit', 'prepare-commit-msg', 'commit-msg', 'manual', 'push',
),
types=['file'],
verbose=False,
)