feat(naver-fetch): FastAPI lifespan + heartbeat 배선 + /health

This commit is contained in:
2026-07-10 10:21:04 +09:00
parent e3c7f24794
commit 56c13cbcbd
2 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
"""/health — 핸들러 직접 검증."""
from main import health
def test_health():
assert health() == {"ok": True, "service": "naver-fetch"}