Skip to content

Commit 5db195a

Browse files
Update tests/integrations/opentelemetry/test_propagator.py
Co-authored-by: Daniel Szoke <[email protected]>
1 parent 5c20b12 commit 5db195a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/opentelemetry/test_propagator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def test_inject_continue_trace(sentry_init):
144144

145145
with patch(
146146
"sentry_sdk.tracing_utils.Random.uniform",
147-
return_value=decimal.Decimal("0.002849"),
147+
return_value=0.002849,
148148
):
149149
with sentry_sdk.continue_trace(incoming_headers):
150150
with sentry_sdk.start_span(name="foo") as span:

0 commit comments

Comments
 (0)