test(token_counter): type the project ITPM lag test's request body

This commit is contained in:
mateo-berri 2026-09-09 14:20:56 -07:00
parent b5d40bef2b
commit babf18f37f

View file

@ -3682,7 +3682,7 @@ async def test_the_project_itpm_reservation_counts_the_request_off_the_event_loo
handler, _cache = rate_limiter
stash = get_or_create_request_stash()
warm_tokenizer("claude-fable-5")
data: Dict[str, Any] = {
data: dict[str, object] = {
"model": "claude-fable-5",
"messages": [{"role": "user", "content": text * 100}],
}