Skip to content

Commit efdc3d2

Browse files
Remove redundant assertion in health check test
1 parent a351465 commit efdc3d2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/tests/backend/test_app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,5 +324,3 @@ def test_health_check_middleware_configured():
324324
"""Test that health check middleware is in the middleware stack."""
325325
# The middleware should be present
326326
assert len(app.user_middleware) >= 2 # CORS + HealthCheck minimum
327-
328-

0 commit comments

Comments
 (0)