We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5061c commit 4092c21Copy full SHA for 4092c21
1 file changed
dropshot/src/websocket.rs
@@ -407,6 +407,8 @@ mod tests {
407
},
408
request_id: "".to_string(),
409
log: log.clone(),
410
+ #[cfg(feature = "otel-tracing")]
411
+ span_context: opentelemetry::trace::SpanContext::empty_context(),
412
};
413
let fut = WebsocketUpgrade::from_request(&rqctx, request);
414
tokio::time::timeout(Duration::from_secs(1), fut)
0 commit comments