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 68bb877 commit a85caf8Copy full SHA for a85caf8
tests/integrations/tornado/test_tornado.py
@@ -475,7 +475,7 @@ def traces_sampler(sampling_context):
475
traces_sampler=traces_sampler,
476
)
477
478
- client = tornado_testcase(Application([(r"/hi", CrashingHandler)]))
+ client = tornado_testcase(Application([(r"/hi", HelloHandler)]))
479
client.fetch(
480
"/hi?foo=bar", headers={"Cookie": "name=value; name2=value2; name3=value3"}
481
0 commit comments