We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346d124 commit 9a54013Copy full SHA for 9a54013
1 file changed
tests/integrations/stdlib/test_httplib.py
@@ -1078,6 +1078,7 @@ def test_http_timeout(
1078
1079
sentry_sdk.flush()
1080
spans = [item.payload for item in items if item.type == "span"]
1081
+ assert len(spans) == 2
1082
span = spans[0]
1083
assert span["attributes"]["sentry.op"] == "http.client"
1084
assert span["name"] == f"GET http://localhost:{PORT}/bla" # noqa: E231
0 commit comments