litellm/test-quality-budget.json
yuneng-jiang d369c9583e
test(router): let monkeypatch own expose_router_debug_in_errors (#37848)
Thirteen tests flipped the flag directly, and an autouse fixture reset it to
True around each of them by hand. monkeypatch.setattr does both jobs, so the
fixture keeps only the part that says what the default is, and each test states
its own override at the point it needs one.
2026-08-22 09:02:40 -07:00

23 lines
249 B
JSON

{
"TQ001": {
"limit": 744
},
"TQ002": {
"limit": 742
},
"TQ003": {
"limit": 1068
},
"TQ004": {
"limit": 469
},
"TQ005": {
"limit": 2406
},
"TQ006": {
"limit": 34
},
"TQ007": {
"limit": 117
}
}