From ef178a8bbea03171dea6648e8c96e3d632795f52 Mon Sep 17 00:00:00 2001 From: Yu-Ting Hsiung Date: Mon, 19 Jan 2026 10:55:24 +0800 Subject: [PATCH] test(conftest): typo --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 9b4c033e5..9be7f4074 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -59,7 +59,7 @@ def set_default_gitconfig() -> dict[str, str]: return { "user.name": "SIGNER", "user.email": SIGNER_MAIL, - "safe.cirectory": "*", + "safe.directory": "*", "init.defaultBranch": "master", }