mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-03 04:10:48 +08:00
Update TraceState (#276)
This commit is contained in:
@ -139,7 +139,9 @@ class AwsXRayPropagatorTest(unittest.TestCase):
|
||||
AwsXRayPropagatorTest.XRAY_PROPAGATOR.inject(
|
||||
AwsXRayPropagatorTest.carrier_setter,
|
||||
carrier,
|
||||
build_test_current_context(trace_state=TraceState({"foo": "bar"})),
|
||||
build_test_current_context(
|
||||
trace_state=TraceState([("foo", "bar")])
|
||||
),
|
||||
)
|
||||
|
||||
# TODO: (NathanielRN) Assert trace state when the propagator supports it
|
||||
|
Reference in New Issue
Block a user