Skip to content

Commit 771e846

Browse files
remove double init
1 parent 5c0a875 commit 771e846

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/integrations/stdlib/test_httplib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,6 @@ def test_span_origin(
10311031
assert spans[0]["attributes"]["sentry.op"] == "http.client"
10321032
assert spans[0]["attributes"]["sentry.origin"] == "auto.http.stdlib.httplib"
10331033
else:
1034-
sentry_init(traces_sample_rate=1.0, debug=True)
10351034
events = capture_events()
10361035

10371036
with start_transaction(name="foo"):

0 commit comments

Comments
 (0)