chore(): small improvements

This commit is contained in:
ITQ
2026-02-12 20:48:45 +03:00
parent 613c99dce2
commit 9b14dc4c7c
2 changed files with 2 additions and 7 deletions
-7
View File
@@ -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