Test hestia
test_health(client, fastapi_app)
  
  
      async
  
  Checks the health endpoint.
Parameters:
| Name | Type | Description | Default | 
|---|---|---|---|
client | 
          
                AsyncClient
           | 
          client for the app.  | 
          required | 
fastapi_app | 
          
                FastAPI
           | 
          current FastAPI application.  | 
          required | 
Source code in hestia/tests/test_hestia.py
        7 8 9 10 11 12 13 14 15 16 17  |  |