Update tests/test_health.py
This commit is contained in:
parent
486a4a2503
commit
4ee434c8db
@ -3,5 +3,5 @@ from fastapi import APIRouter
|
||||
router = APIRouter()
|
||||
|
||||
@router.get("/health")
|
||||
async def read_health():
|
||||
async def test_health_check():
|
||||
return {"status": "ok"}
|
Loading…
x
Reference in New Issue
Block a user