We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33007b6 commit d971254Copy full SHA for d971254
tests/opentelemetry-test-utils/src/opentelemetry/test/spantestutil.py
@@ -45,7 +45,7 @@ def get_span_with_dropped_attributes_events_links():
45
46
tracer = new_tracer(
47
span_limits=trace_sdk.SpanLimits(),
48
- resource=Resource.create(attributes=attributes),
+ resource=Resource(attributes=attributes),
49
)
50
with tracer.start_as_current_span(
51
"span", links=links, attributes=attributes
0 commit comments