//! # Web API Integration Tests
//!
//! Comprehensive integration tests for the web API including:
//! - Unauthenticated endpoint testing
//! - JWT-based authentication testing
//! - TLS/HTTPS testing with self-signed certificates
//! - Database pool resource coordination validation
//! - Health monitoring integration testing
/// Re-export common test utilities
pub use *;