Skip to content

Commit d1618c4

Browse files
committed
test name
1 parent f178dea commit d1618c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tracing/test_span_streaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def traces_sampler(sampling_context):
261261
...
262262

263263

264-
def test_new_custom_sampling_context(sentry_init):
264+
def test_custom_sampling_context_update_to_context_value_persists(sentry_init):
265265
def traces_sampler(sampling_context):
266266
if sampling_context["attributes"]["first"] is True:
267267
assert sampling_context["custom_value"] == 1

0 commit comments

Comments
 (0)