mirror of
https://github.com/azaion/loader.git
synced 2026-04-22 20:26:33 +00:00
Add E2E tests, fix bugs
Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
def test_health_returns_200(base_url, api_client):
|
||||
# Act
|
||||
response = api_client.get(f"{base_url}/health")
|
||||
|
||||
# Assert
|
||||
assert response.status_code == 200
|
||||
assert response.json()["status"] == "healthy"
|
||||
Reference in New Issue
Block a user