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 2a10ba6 commit 590de96Copy full SHA for 590de96
tests/integrations/aiohttp/test_aiohttp.py
@@ -312,7 +312,7 @@ async def kangaroo_handler(request):
312
await client.get("/tricks/kangaroo?jump=high")
313
314
assert traces_sampler.call_count == 1
315
- sampling_context = traces_sampler.call_args.args[0]
+ sampling_context = traces_sampler.call_args_list[0][0][0]
316
assert isinstance(sampling_context, dict)
317
assert re.match(
318
r"http:\/\/127\.0\.0\.1:[0-9]{4,5}\/tricks\/kangaroo\?jump=high",
0 commit comments