Add tests/test_health.py
This commit is contained in:
parent
4bbdbdcb63
commit
5d85d44bd3
6
tests/test_health.py
Normal file
6
tests/test_health.py
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
app = FastAPI()
|
||||||
|
|
||||||
|
|
||||||
|
@app.get("/health")
|
||||||
|
async def read_health():
|
||||||
|
return {"status": "ok"}
|
Loading…
x
Reference in New Issue
Block a user