Unverified Commit 28ddfb37 authored by Tien Nguyen's avatar Tien Nguyen Committed by GitHub
Browse files

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


Co-authored-by: default avatarSimo Lin <linsimo.mark@gmail.com>
parent e69094df
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment