7 lines
150 B
Python
7 lines
150 B
Python
"""/health — 핸들러 직접 검증."""
|
|
from main import health
|
|
|
|
|
|
def test_health():
|
|
assert health() == {"ok": True, "service": "naver-fetch"}
|