[REFORMAT] Ran black reformat
This commit is contained in:
@@ -2,6 +2,7 @@ from fastapi.testclient import TestClient
|
||||
|
||||
# No database needed for this simple test
|
||||
|
||||
|
||||
def test_health_check(client: TestClient):
|
||||
"""Test the health check endpoint."""
|
||||
response = client.get("/api/health")
|
||||
|
||||
Reference in New Issue
Block a user