Remove unused test
This commit is contained in:
@@ -4,13 +4,6 @@ def test_app_startup(client):
|
||||
# Application should respond (even if it's a 404)
|
||||
assert response.status_code in [404, 200]
|
||||
|
||||
|
||||
def test_health_check(client):
|
||||
"""Test basic health check endpoint if it exists."""
|
||||
# Note: This would require adding a health check endpoint
|
||||
pass
|
||||
|
||||
|
||||
def test_router_includes():
|
||||
"""Test that all routers are included in the app."""
|
||||
from app.main import app
|
||||
|
||||
Reference in New Issue
Block a user