Skip to content

Commit

Permalink
test: Make tornado tests more lenient for 6.1b1
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Oct 5, 2020
1 parent 02b5865 commit af163ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrations/tornado/test_tornado.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ def test_basic(tornado_testcase, sentry_init, capture_events):
"headers": {
"Accept-Encoding": "gzip",
"Connection": "close",
"Host": host,
"Cookie": "name=value; name2=value2; name3=value3",
**request["headers"],
},
"cookies": {"name": "value", "name2": "value2", "name3": "value3"},
"method": "GET",
Expand Down

0 comments on commit af163ff

Please sign in to comment.