mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-11 05:49:22 +00:00
feat(model): Support database model registry (#1656)
This commit is contained in:
@@ -86,6 +86,7 @@ async def test_api_health(client: AsyncClient, asystem_app, has_auth: bool):
|
||||
)
|
||||
async def test_api_auth(client: AsyncClient):
|
||||
response = await client.get("/health")
|
||||
response.raise_for_status()
|
||||
assert response.status_code == 200
|
||||
assert response.json() == {"status": "ok"}
|
||||
|
||||
|
Reference in New Issue
Block a user