Skip to content

Commit 5ba7a84

Browse files
gruebelbantonsson
andauthored
Update opentelemetry-otlp/src/exporter/http/mod.rs
Co-authored-by: Björn Antonsson <[email protected]>
1 parent 08cfa6c commit 5ba7a84

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-otlp/src/exporter/http

1 file changed

+1
-1
lines changed

opentelemetry-otlp/src/exporter/http/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ mod tests {
756756
all(feature = "reqwest-client", feature = "reqwest-blocking-client")
757757
))]
758758
#[test]
759-
fn test_http_exporter_builder_panics_with_multiple_http_features() {
759+
fn test_http_exporter_builder_returns_error_with_multiple_http_features() {
760760
let mut builder = HttpExporterBuilder {
761761
http_config: HttpConfig::default(),
762762
exporter_config: crate::ExportConfig::default(),

0 commit comments

Comments
 (0)