Skip to content

Commit 1f5e6e2

Browse files
committed
test(aiohttp): add traceparent header to basic test assertions
1 parent b5bf667 commit 1f5e6e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integrations/aiohttp/test_aiohttp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ async def hello(request):
6161
"User-Agent": request["headers"]["User-Agent"],
6262
"baggage": mock.ANY,
6363
"sentry-trace": mock.ANY,
64+
"traceparent": mock.ANY,
6465
}
6566

6667

0 commit comments

Comments
 (0)