Skip to content

Commit 177d879

Browse files
committed
dont need cookies
1 parent a85caf8 commit 177d879

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/integrations/tornado/test_tornado.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,4 @@ def traces_sampler(sampling_context):
476476
)
477477

478478
client = tornado_testcase(Application([(r"/hi", HelloHandler)]))
479-
client.fetch(
480-
"/hi?foo=bar", headers={"Cookie": "name=value; name2=value2; name3=value3"}
481-
)
479+
client.fetch("/hi?foo=bar")

0 commit comments

Comments
 (0)