Skip to content

Commit 72f3fda

Browse files
committed
Adjust name of test to match function
1 parent 9e7a36e commit 72f3fda

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
@@ -671,7 +671,7 @@ mod tests {
671671
}
672672

673673
#[test]
674-
fn test_http_exporter_builder_with_header() {
674+
fn test_http_exporter_builder_with_headers() {
675675
use std::collections::HashMap;
676676
// Arrange
677677
let initial_headers = HashMap::from([("k1".to_string(), "v1".to_string())]);

0 commit comments

Comments
 (0)