Skip to content

Commit 3e7c997

Browse files
.
1 parent 89f41e6 commit 3e7c997

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integrations/httpx/test_httpx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def test_request_source_disabled(sentry_init, capture_events, httpx_client, http
405405
sentry_options = {
406406
"integrations": [HttpxIntegration()],
407407
"traces_sample_rate": 1.0,
408-
"enable_http_request_source": True,
408+
"enable_http_request_source": False,
409409
"http_request_source_threshold_ms": 0,
410410
}
411411

0 commit comments

Comments
 (0)