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 8368898 commit 2a10ba6Copy full SHA for 2a10ba6
tests/integrations/aiohttp/test_aiohttp.py
@@ -313,6 +313,7 @@ async def kangaroo_handler(request):
313
314
assert traces_sampler.call_count == 1
315
sampling_context = traces_sampler.call_args.args[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",
319
sampling_context["url.full"],
0 commit comments