Skip to content

Commit

Permalink
dont need a crash
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana committed Nov 15, 2024
1 parent 68bb877 commit a85caf8
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 @@ -475,7 +475,7 @@ def traces_sampler(sampling_context):
traces_sampler=traces_sampler,
)

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

0 comments on commit a85caf8

Please sign in to comment.