Skip to content

Commit 7eea15d

Browse files
remove double init
1 parent 839ad7c commit 7eea15d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/integrations/boto3/test_s3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ def test_streaming_close(
189189
span2 = spans[1]
190190
assert span2["attributes"]["sentry.op"] == "http.client.stream"
191191
else:
192-
sentry_init(traces_sample_rate=1.0, integrations=[Boto3Integration()])
193192
events = capture_events()
194193

195194
with sentry_sdk.start_transaction() as transaction, MockResponse(

0 commit comments

Comments
 (0)