Skip to content

Commit

Permalink
fix async test
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdinur committed Feb 6, 2025
1 parent 9a6dc10 commit caf312e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/contrib/internal/aiohttp/middlewares.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async def attach_context(request):
) as ctx:
req_span = ctx.span

ctx.set_item("req_span", req_span)
ctx.set_item("req_span")
core.dispatch("web.request.start", (ctx, config.aiohttp))

# attach the context and the root span to the request; the Context
Expand Down

0 comments on commit caf312e

Please sign in to comment.