summaryrefslogtreecommitdiffstats
path: root/tests/commands/init_templatedir_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/commands/init_templatedir_test.py')
-rw-r--r--tests/commands/init_templatedir_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/commands/init_templatedir_test.py b/tests/commands/init_templatedir_test.py
index 64bfc8b..28f29b7 100644
--- a/tests/commands/init_templatedir_test.py
+++ b/tests/commands/init_templatedir_test.py
@@ -135,7 +135,7 @@ def test_init_templatedir_skip_on_missing_config(
retcode, output = git_commit(
fn=cmd_output_mocked_pre_commit_home,
tempdir_factory=tempdir_factory,
- retcode=None,
+ check=False,
)
assert retcode == commit_retcode