From fd83b292a6322d1758d70351cab0376ec2bf7777 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Wed, 15 Oct 2025 17:46:44 -0700 Subject: [PATCH] test_bedrock_anthropic_prompt_caching --- .../llm_cost_calc/test_llm_cost_calc_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_litellm/litellm_core_utils/llm_cost_calc/test_llm_cost_calc_utils.py b/tests/test_litellm/litellm_core_utils/llm_cost_calc/test_llm_cost_calc_utils.py index 1541eea4939..664ecb896b6 100644 --- a/tests/test_litellm/litellm_core_utils/llm_cost_calc/test_llm_cost_calc_utils.py +++ b/tests/test_litellm/litellm_core_utils/llm_cost_calc/test_llm_cost_calc_utils.py @@ -649,5 +649,5 @@ def test_bedrock_anthropic_prompt_caching(): assert prompt_cost >= 0 assert completion_cost >= 0 - assert round(prompt_cost, 3) == 0.845 + assert round(prompt_cost, 3) == 0.111 assert round(completion_cost, 5) == 0.00820