Skip to content

Commit cdd2458

Browse files
committed
Remove runtime parameter on install_batch
1 parent 31a6bae commit cdd2458

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-otlp/tests/integration_test/tests

1 file changed

+1
-1
lines changed

opentelemetry-otlp/tests/integration_test/tests/logs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fn init_logs() -> Result<sdklogs::LoggerProvider, LogError> {
1818
opentelemetry_semantic_conventions::resource::SERVICE_NAME,
1919
"logs-integration-test",
2020
)]))
21-
.install_batch(runtime::Tokio)
21+
.install_batch()
2222
}
2323

2424
pub async fn logs() -> Result<(), Box<dyn Error + Send + Sync + 'static>> {

0 commit comments

Comments
 (0)