Final notes

This commit is contained in:
mirai
2026-01-02 23:25:02 +03:00
parent 5cbe355660
commit 0756aab53f
5 changed files with 5 additions and 25 deletions
+1 -4
View File
@@ -1,12 +1,9 @@
# tests/test_health.py
import pytest
class TestHealth:
"""Тесты health endpoint"""
def test_health_ok(self, test_client):
"""GET /health возвращает статус"""
_, response = test_client.get("/health")
assert response.status == 200