Skip to content

Commit 3ecdbba

Browse files
committed
proper name
1 parent d719576 commit 3ecdbba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tracing/test_misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def test_should_propagate_trace_to_sentry(
196196
assert should_propagate_trace(client, url) == expected_propagation_decision
197197

198198

199-
def test_span_set_data_update_data(sentry_init, capture_events):
199+
def test_span_set_attributes(sentry_init, capture_events):
200200
sentry_init(traces_sample_rate=1.0)
201201

202202
events = capture_events()

0 commit comments

Comments
 (0)