chore(): small improvements
This commit is contained in:
@@ -8,13 +8,6 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def test_healthcheck(client: Client) -> None:
|
||||
"""
|
||||
Tests integration with:
|
||||
- valkey
|
||||
- postgresql
|
||||
- rustfs
|
||||
"""
|
||||
|
||||
response = client.get("/ready?format=json")
|
||||
assert response.status_code == status.OK
|
||||
|
||||
|
||||
Reference in New Issue
Block a user