Skip to content

Commit d971254

Browse files
committed
undo the changes from test
1 parent 33007b6 commit d971254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/opentelemetry-test-utils/src/opentelemetry/test/spantestutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_span_with_dropped_attributes_events_links():
4545

4646
tracer = new_tracer(
4747
span_limits=trace_sdk.SpanLimits(),
48-
resource=Resource.create(attributes=attributes),
48+
resource=Resource(attributes=attributes),
4949
)
5050
with tracer.start_as_current_span(
5151
"span", links=links, attributes=attributes

0 commit comments

Comments
 (0)