We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b5865 commit af163ffCopy full SHA for af163ff
1 file changed
tests/integrations/tornado/test_tornado.py
@@ -63,8 +63,8 @@ def test_basic(tornado_testcase, sentry_init, capture_events):
63
"headers": {
64
"Accept-Encoding": "gzip",
65
"Connection": "close",
66
- "Host": host,
67
"Cookie": "name=value; name2=value2; name3=value3",
+ **request["headers"],
68
},
69
"cookies": {"name": "value", "name2": "value2", "name3": "value3"},
70
"method": "GET",
0 commit comments