Skip to content

Commit 0396813

Browse files
committed
update tornado test
1 parent 468792e commit 0396813

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integrations/tornado/test_tornado.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def test_basic(tornado_testcase, sentry_init, capture_events):
149149
),
150150
pytest.param(
151151
{"_experiments": {"data_collection": {"cookies": {"mode": "off"}}}},
152-
{},
152+
NO_COOKIES,
153153
id="data_collection_off",
154154
),
155155
pytest.param(

0 commit comments

Comments
 (0)