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 c45d438 commit 4320cd4Copy full SHA for 4320cd4
instrumentation/aws_lambda/test/opentelemetry/instrumentation_test.rb
@@ -95,7 +95,7 @@
95
_(last_span.hex_span_id.size).must_equal 16
96
_(last_span.hex_trace_id.size).must_equal 32
97
_(last_span.trace_flags.sampled?).must_equal true
98
- _(last_span.tracestate.to_h.to_s).must_equal '{"otel"=>"ff40ea9699e62af2-01"}'
+ _(last_span.tracestate.to_h).must_equal { 'otel' => 'ff40ea9699e62af2-01' }
99
end
100
event_v1['headers'].delete('traceparent')
101
event_v1['headers'].delete('tracestate')
0 commit comments