mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-16 01:55:15 +03:00
11 lines
316 B
Python
11 lines
316 B
Python
# def test_heatlhz(client):
|
|
# response = client.get("/healthz")
|
|
# assert response.status_code == 200
|
|
# assert response.json() == {"status": "ok"}
|
|
|
|
|
|
# def test_heatlhz_home(client):
|
|
# response = client.get("/")
|
|
# assert response.status_code == 200
|
|
# assert response.json() == {"status": "OK"}
|