Skip to content

Commit 6bfcda1

Browse files
committed
make linter happy
1 parent a4dedf5 commit 6bfcda1

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ fn resolve_http_endpoint(
403403
signal_endpoint_path,
404404
)
405405
} else {
406-
build_endpoint_uri(provided_endpoint, "")
406+
provided_endpoint.parse().map_err(From::from)
407407
}
408408
}
409409

0 commit comments

Comments
 (0)