Skip to content

Commit

Permalink
Update opentelemetry-sdk/tests/test_configurator.py
Browse files Browse the repository at this point in the history
Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
  • Loading branch information
jeremydvoss and xrmx committed May 30, 2024
1 parent f19d261 commit 7554a2e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions opentelemetry-sdk/tests/test_configurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -699,11 +699,6 @@ def test_initialize_components_resource(
"OTEL_TRACES_EXPORTER": _EXPORTER_OTLP,
"OTEL_METRICS_EXPORTER": _EXPORTER_OTLP_PROTO_GRPC,
"OTEL_LOGS_EXPORTER": _EXPORTER_OTLP_PROTO_HTTP,
},
)
@patch.dict(
environ,
{
"OTEL_RESOURCE_ATTRIBUTES": "service.name=otlp-service, custom.key.1=env-value",
"OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED": "False",
},
Expand Down

0 comments on commit 7554a2e

Please sign in to comment.