Skip to content

Commit 14a8230

Browse files
Fix end to end test
1 parent ed8c5f1 commit 14a8230

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/end-to-end/info.phpt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ captainhook commit-msg
55
define('CH_TEST_BIN', $_SERVER['CH_TEST_BIN'] ?? 'bin/captainhook');
66
echo shell_exec(
77
// call command without color
8-
CH_TEST_BIN . ' info --list-actions --no-ansi ' .
8+
CH_TEST_BIN . ' info --actions --no-ansi ' .
99
// use e2e configuration
1010
'--configuration=tests/_files/e2e/config-ok.json'
1111
);
@@ -16,7 +16,8 @@ Configuration File: %s
1616

1717
Hooks:
1818
commit-msg
19-
- \CaptainHook\App\Hook\Message\Action\Beams
19+
- Verify commit message format
20+
\CaptainHook\App\Hook\Message\Action\Beams
2021
pre-push
2122
- echo foo
2223
pre-commit

0 commit comments

Comments
 (0)