Merge origin/develop: integrate connection-overlay (resolve adapter.rs test conflict, keep /openapi.json route test)

This commit is contained in:
2026-07-01 20:17:06 +00:00
5 changed files with 723 additions and 2 deletions

View File

@@ -695,6 +695,7 @@ mod tests {
assert!(response.contains("location: https://example.com"));
}
#[tokio::test]
async fn openapi_json_route_serves_gateway_spec() {
let adapter = HttpAdapter::new(provider(), empty_registry());