Skip to content

Commit a85caf8

Browse files
committed
dont need a crash
1 parent 68bb877 commit a85caf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/tornado/test_tornado.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ def traces_sampler(sampling_context):
475475
traces_sampler=traces_sampler,
476476
)
477477

478-
client = tornado_testcase(Application([(r"/hi", CrashingHandler)]))
478+
client = tornado_testcase(Application([(r"/hi", HelloHandler)]))
479479
client.fetch(
480480
"/hi?foo=bar", headers={"Cookie": "name=value; name2=value2; name3=value3"}
481481
)

0 commit comments

Comments
 (0)