Skip to content

Commit 2cb11a7

Browse files
committed
Fix merge
1 parent cc2285c commit 2cb11a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tracing/test_integration_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def test_continue_trace(
121121
def test_propagate_traces_deprecation_warning(sentry_init, sample_rate):
122122
sentry_init(traces_sample_rate=sample_rate, propagate_traces=False)
123123

124-
with start_transaction(name="hi"):
124+
with start_span(name="hi"):
125125
with start_span() as old_span:
126126
with pytest.warns(DeprecationWarning):
127127
dict(

0 commit comments

Comments
 (0)