test(gateway): align routing fixtures with strategy policies

This commit is contained in:
elky
2026-09-03 14:11:15 +08:00
parent 058660ec2e
commit 9309ad844f
2 changed files with 20 additions and 10 deletions
@@ -823,6 +823,7 @@ impl Harness {
enabled: true,
..UsageRuntimeConfig::default()
})?;
state.ensure_system_default_routing_group().await?;
let gateway_server = SpawnedServer::start(build_router_with_state(state)).await?;
let websocket_url = format!(
"{}/v1/responses",