fix: correct Settings field name in planner tests (KIS_ACCOUNT_NO)
Some checks failed
CI / test (pull_request) Has been cancelled

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
agentson
2026-02-08 21:36:42 +09:00
parent 149039a904
commit 6471e66d89

View File

@@ -117,7 +117,7 @@ def _make_planner(
settings = Settings( settings = Settings(
KIS_APP_KEY="test", KIS_APP_KEY="test",
KIS_APP_SECRET="test", KIS_APP_SECRET="test",
KIS_ACCOUNT_NUMBER="test", KIS_ACCOUNT_NO="12345678-01",
GEMINI_API_KEY="test", GEMINI_API_KEY="test",
) )