Skip to content

Commit fad2292

Browse files
committed
Merge branch 'py-2584-update-wsgi-filter-headers' into py-2581-cookies
2 parents 621d79b + 3d7bddb commit fad2292

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integrations/aiohttp/test_aiohttp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,7 @@ async def hello(request):
14011401

14021402
sentry_sdk.flush()
14031403

1404-
server_span, _client_segment = [item.payload for item in items]
1404+
(server_span,) = [item.payload for item in items]
14051405

14061406
if request.node.callspec.id.endswith("data_collection_off_does_not_add_headers"):
14071407
assert "http.request.header.authorization" not in server_span["attributes"]

0 commit comments

Comments
 (0)