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