We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08cfa6c commit 5ba7a84Copy full SHA for 5ba7a84
opentelemetry-otlp/src/exporter/http/mod.rs
@@ -756,7 +756,7 @@ mod tests {
756
all(feature = "reqwest-client", feature = "reqwest-blocking-client")
757
))]
758
#[test]
759
- fn test_http_exporter_builder_panics_with_multiple_http_features() {
+ fn test_http_exporter_builder_returns_error_with_multiple_http_features() {
760
let mut builder = HttpExporterBuilder {
761
http_config: HttpConfig::default(),
762
exporter_config: crate::ExportConfig::default(),
0 commit comments