fix(sql-router): fix conflict port in test (#11826)

Co-authored-by: Simo Lin <linsimo.mark@gmail.com>
This commit is contained in:
Tien Nguyen
2025-10-21 08:06:34 +07:00
committed by GitHub
parent e69094df64
commit 28ddfb37d7

View File

@@ -976,7 +976,7 @@ mod router_policy_tests {
#[tokio::test]
async fn test_worker_selection() {
let ctx = TestContext::new(vec![MockWorkerConfig {
port: 18203,
port: 18207,
worker_type: WorkerType::Regular,
health_status: HealthStatus::Healthy,
response_delay_ms: 0,